GET /api/bet_types/925ca9ed-2ffd-43e7-a1fd-b0124f527c9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "925ca9ed-2ffd-43e7-a1fd-b0124f527c9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/baa58e13-47ab-43ba-806b-7449c21a49d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "G2 Esports",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "G2 Esports",
                "amount": 8988.0
            },
            {
                "team": "FTW Esports",
                "amount": 1012.0
            }
        ],
        "expected_reward_tokens": 9167.76,
        "profit_sb": 167.76,
        "profit_sb_percentage": 1.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "58e714a6-fef8-4e13-9f31-e4e7dd4a4c33",
            "gambit_id": "60fae966-8b95-40ae-97fc-3a7153ec5236",
            "last_updated": "2022-09-11T20:02:17.803264-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "G2 Esports",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925ca9ed-2ffd-43e7-a1fd-b0124f527c9d/?format=api"
        },
        {
            "id": "28a2a593-b7e5-48c2-8c2d-e7d1559538d5",
            "gambit_id": "bcc07dca-5354-4695-9ddc-93a9691c9159",
            "last_updated": "2022-09-11T20:02:17.802036-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FTW Esports",
            "reward": "9.06000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925ca9ed-2ffd-43e7-a1fd-b0124f527c9d/?format=api"
        }
    ]
}