GET /api/bet_types/4bb64103-ac4e-4e24-b2b3-a0f61f41e9c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bb64103-ac4e-4e24-b2b3-a0f61f41e9c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b69bcad2-ffb6-49f6-b39c-4ffe85981ebb/?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": "Denver Nuggets",
                "amount": 5399.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "509e11e8-6039-44d7-b82a-79df41330783",
            "gambit_id": "3907e12d-0110-44cb-b3b2-7d0f59272902",
            "last_updated": "2022-12-09T10:02:14.763102-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bb64103-ac4e-4e24-b2b3-a0f61f41e9c1/?format=api"
        },
        {
            "id": "46237b69-4ed5-438f-a3c9-d4028a22662c",
            "gambit_id": "b358280c-76a6-4183-b192-45aec2d8d5d8",
            "last_updated": "2022-12-09T10:02:14.762144-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bb64103-ac4e-4e24-b2b3-a0f61f41e9c1/?format=api"
        }
    ]
}