GET /api/bet_types/94ee3fd5-1abe-4073-9fcb-30b74170441c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94ee3fd5-1abe-4073-9fcb-30b74170441c",
    "match": "https://api-prod.gambitprofit.com/api/matches/13114774-679d-4a7c-b92f-31680c6ebb07/?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": "Sacramento Kings",
                "amount": 6170.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "70c1578e-4dbc-47cc-b3a7-7afb074e4c67",
            "gambit_id": "0328a12f-9a91-4146-8c60-ea912ad592ff",
            "last_updated": "2022-12-01T16:02:21.589725-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94ee3fd5-1abe-4073-9fcb-30b74170441c/?format=api"
        },
        {
            "id": "95c86aee-b1ac-4304-8e21-79c6427b346b",
            "gambit_id": "68d4f2cd-dda1-4ec8-88ca-0b761f7ba3b9",
            "last_updated": "2022-12-01T16:02:21.588769-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94ee3fd5-1abe-4073-9fcb-30b74170441c/?format=api"
        }
    ]
}