GET /api/bet_types/29b55d44-a926-4dae-b5e8-d4f5b18fdc62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29b55d44-a926-4dae-b5e8-d4f5b18fdc62",
    "match": "https://api-prod.gambitprofit.com/api/matches/b588939d-4f82-418c-93f5-380a52464926/?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": "LSU",
                "amount": 6281.0
            },
            {
                "team": "Florida State",
                "amount": 3719.0
            }
        ],
        "expected_reward_tokens": 9295.88,
        "profit_sb": 295.88,
        "profit_sb_percentage": 3.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e101e87-fb54-45f6-99f7-ffe227200985",
            "gambit_id": "8d453e6f-1726-4b3c-94a0-8608b74cdd22",
            "last_updated": "2022-09-05T21:27:08.687057-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.48000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29b55d44-a926-4dae-b5e8-d4f5b18fdc62/?format=api"
        },
        {
            "id": "9f3bd31a-9ef5-458f-8208-b5b9638e54cb",
            "gambit_id": "29fe7530-e5fe-4752-9597-6976ad2c2c7f",
            "last_updated": "2022-09-05T21:27:08.688007-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "2.50000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29b55d44-a926-4dae-b5e8-d4f5b18fdc62/?format=api"
        }
    ]
}