GET /api/bet_types/b2d606fc-13a4-482d-82e7-013a780f1b6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2d606fc-13a4-482d-82e7-013a780f1b6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc0f2103-d581-4698-8a32-fceed7b8c2ee/?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": "Los Angeles Lakers",
                "amount": 7162.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2838.0
            }
        ],
        "expected_reward_tokens": 9166.74,
        "profit_sb": 166.74,
        "profit_sb_percentage": 1.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "63bacf66-f7ae-4806-9292-d6f16d0cfcf3",
            "gambit_id": "7a672dbc-e68c-4562-bb37-21e17173d49c",
            "last_updated": "2022-11-19T10:33:27.829124-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2d606fc-13a4-482d-82e7-013a780f1b6c/?format=api"
        },
        {
            "id": "6ca963b4-9174-46fc-ba16-a427e0285657",
            "gambit_id": "8a9b3262-5d39-4cd6-babc-3f103b2499f4",
            "last_updated": "2022-11-19T10:33:27.830090-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "3.23000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2d606fc-13a4-482d-82e7-013a780f1b6c/?format=api"
        }
    ]
}