GET /api/bet_types/95c4047f-14eb-4ecf-ba3b-96792b9bf334/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "95c4047f-14eb-4ecf-ba3b-96792b9bf334",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7442b18-1b5a-4380-8e62-9b205ae5d397/?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": "Ence Esports",
                "amount": 6352.0
            },
            {
                "team": "Complexity Gaming",
                "amount": 3648.0
            }
        ],
        "expected_reward_tokens": 8828.16,
        "profit_sb": -171.84,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "092cf398-ed8b-4d20-8b47-0b755a3973bd",
            "gambit_id": "098314e8-1f29-4610-843e-21b1c4cc5c03",
            "last_updated": "2022-09-19T14:11:59.162768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ence Esports",
            "reward": "1.39000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95c4047f-14eb-4ecf-ba3b-96792b9bf334/?format=api"
        },
        {
            "id": "0d5b77af-d2b1-4324-8307-30b2fc9cd486",
            "gambit_id": "214f67e1-1cdc-477f-996d-5b1e798598b7",
            "last_updated": "2022-09-19T14:11:59.161600-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Complexity Gaming",
            "reward": "2.42000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95c4047f-14eb-4ecf-ba3b-96792b9bf334/?format=api"
        }
    ]
}