GET /api/bet_types/22119510-f245-4345-b7c1-e4d1c627b0f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22119510-f245-4345-b7c1-e4d1c627b0f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a974afe-9f6b-4456-944d-4341da3fe4d0/?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": "Cleveland Cavaliers",
                "amount": 6856.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9117.6,
        "profit_sb": 117.6,
        "profit_sb_percentage": 1.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "3eb43961-1045-44c4-a3a2-9060be6ba325",
            "gambit_id": "feee293d-2b3f-4317-ae75-e3c77180ad8e",
            "last_updated": "2022-12-20T15:57:22.357258-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.33000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22119510-f245-4345-b7c1-e4d1c627b0f9/?format=api"
        },
        {
            "id": "4d5d607b-1e07-49dc-91c1-ac958f91dd5d",
            "gambit_id": "a9a7d8ff-0764-4850-8ea4-1051b16ae4d1",
            "last_updated": "2022-12-20T15:57:22.358493-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "2.90000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22119510-f245-4345-b7c1-e4d1c627b0f9/?format=api"
        }
    ]
}