GET /api/bet_types/6616d7e5-e27a-4909-bd81-1192f6910e11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6616d7e5-e27a-4909-bd81-1192f6910e11",
    "match": "https://api-prod.gambitprofit.com/api/matches/03d058e7-4c6d-4f05-a9f5-94dccff77dd1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-18T14:22:08.591989-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Jimmie Rivera",
                "amount": 6017.0
            },
            {
                "team": "Bekhzod Usmonov",
                "amount": 3983.0
            }
        ],
        "expected_reward_tokens": 8483.79,
        "profit_sb": -1016.21,
        "profit_sb_percentage": -10.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdb912c2-035c-466f-a143-9995bc3b2d8d",
            "gambit_id": "1b1ba285-8171-45bf-bebb-c3a38f6fdd73",
            "last_updated": "2023-05-20T15:37:11.368948-04:00",
            "created_at": "2023-05-18T14:22:08.595272-04:00",
            "name": "Jimmie Rivera",
            "reward": "1.41000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6616d7e5-e27a-4909-bd81-1192f6910e11/?format=api"
        },
        {
            "id": "c37e4eea-d63d-44c4-b0d4-0207b4466e7c",
            "gambit_id": "6613c952-8cfc-48b3-92d9-ec4077793705",
            "last_updated": "2023-05-20T15:37:11.367519-04:00",
            "created_at": "2023-05-18T14:22:08.593583-04:00",
            "name": "Bekhzod Usmonov",
            "reward": "2.13000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6616d7e5-e27a-4909-bd81-1192f6910e11/?format=api"
        }
    ]
}