GET /api/bet_types/34f23d52-fbe8-4c1a-8998-235fe2d53730/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34f23d52-fbe8-4c1a-8998-235fe2d53730",
    "match": "https://api-prod.gambitprofit.com/api/matches/283bb258-bcac-496b-9f6d-d6f763c7c3a6/?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": "Colorado Avalanche",
                "amount": 6114.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "9c26d073-019a-483c-95c9-3d48d5958734",
            "gambit_id": "27d1481b-54b9-4cda-ac61-6df608b73fd1",
            "last_updated": "2022-11-28T11:21:55.388955-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34f23d52-fbe8-4c1a-8998-235fe2d53730/?format=api"
        },
        {
            "id": "14ff7a5f-3a87-4065-9d2a-b11d5713b8ac",
            "gambit_id": "b9cfbda0-2923-4243-adfa-04d4acec2c7c",
            "last_updated": "2022-11-28T11:21:55.389979-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34f23d52-fbe8-4c1a-8998-235fe2d53730/?format=api"
        }
    ]
}