GET /api/bet_types/079ee13c-51e2-41e4-ac84-de47f4bcdc8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "079ee13c-51e2-41e4-ac84-de47f4bcdc8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c17a1b3c-f91d-44a2-85b9-0eaf11bdc880/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Arkansas",
                "amount": 6815.0
            },
            {
                "team": "Cincinnati",
                "amount": 3185.0
            }
        ],
        "expected_reward_tokens": 9268.35,
        "profit_sb": 268.35,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "59ed3fcf-59a2-4e11-bece-5548a6a4a38c",
            "gambit_id": "b3b0f215-9d9e-4bbc-9a78-3a6ff818c26a",
            "last_updated": "2022-09-05T09:52:23.842544-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/079ee13c-51e2-41e4-ac84-de47f4bcdc8d/?format=api"
        },
        {
            "id": "a1c5b5d3-06b8-4784-b07c-05787fc130d6",
            "gambit_id": "efda04be-05ac-4d31-a35f-8b32487dc119",
            "last_updated": "2022-09-05T09:52:23.843473-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "2.91000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/079ee13c-51e2-41e4-ac84-de47f4bcdc8d/?format=api"
        }
    ]
}