GET /api/bet_types/bae53a24-ebb5-48ea-a5c1-257d77990fd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bae53a24-ebb5-48ea-a5c1-257d77990fd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/9aafaca6-1af4-4581-ab2c-a7fd84446449/?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": "Fnatic",
                "amount": 5847.0
            },
            {
                "team": "Astralis",
                "amount": 4153.0
            }
        ],
        "expected_reward_tokens": 8887.42,
        "profit_sb": -112.58,
        "profit_sb_percentage": -1.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "de54bb64-0b76-407d-9dee-01484d3d59eb",
            "gambit_id": "7a011e83-b142-484c-9e02-847d94aa82e3",
            "last_updated": "2022-08-13T11:17:12.925947-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fnatic",
            "reward": "1.52000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae53a24-ebb5-48ea-a5c1-257d77990fd4/?format=api"
        },
        {
            "id": "7d972b47-c9b0-4aa7-b4aa-f283758bf6e6",
            "gambit_id": "77ef1464-1b65-4dc9-ae60-d2ac174721b9",
            "last_updated": "2022-08-13T11:17:12.925432-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Astralis",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae53a24-ebb5-48ea-a5c1-257d77990fd4/?format=api"
        }
    ]
}