GET /api/bet_types/fed10fd3-9d0d-411e-8604-173e03a2edcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fed10fd3-9d0d-411e-8604-173e03a2edcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/38eb806f-c956-4db1-b1bc-bba02c911986/?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": "Excel Esports",
                "amount": 7846.0
            },
            {
                "team": "Team BDS",
                "amount": 2154.0
            }
        ],
        "expected_reward_tokens": 9022.9,
        "profit_sb": 22.9,
        "profit_sb_percentage": 0.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "7047b6c5-4e1a-4c44-8998-a60e20c605ad",
            "gambit_id": "7466bcc7-18c5-48e7-8a63-36d312cb72d7",
            "last_updated": "2022-08-08T12:06:54.926231-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Excel Esports",
            "reward": "1.15000",
            "odds": "1.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fed10fd3-9d0d-411e-8604-173e03a2edcf/?format=api"
        },
        {
            "id": "f6232ab3-0fe9-4684-8d5e-987905964531",
            "gambit_id": "4fad92b8-183b-4677-8b58-fc5cba053913",
            "last_updated": "2022-08-08T12:06:54.925780-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team BDS",
            "reward": "4.19000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fed10fd3-9d0d-411e-8604-173e03a2edcf/?format=api"
        }
    ]
}