GET /api/bet_types/ecd1b9f3-8bd0-4cce-a473-087451108576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecd1b9f3-8bd0-4cce-a473-087451108576",
    "match": "https://api-prod.gambitprofit.com/api/matches/2291c4f3-1b44-4b78-9a8e-8d704d169a4b/?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": "Seoul Dynasty",
                "amount": 5852.0
            },
            {
                "team": "Hangzhou Spark",
                "amount": 4148.0
            }
        ],
        "expected_reward_tokens": 8835.24,
        "profit_sb": -164.76,
        "profit_sb_percentage": -1.83,
        "recommended": false
    },
    "lines": [
        {
            "id": "b138cf53-4a1b-4296-b6f8-9c7dfded7585",
            "gambit_id": "74a6008c-d262-4486-9abd-a5314320df3d",
            "last_updated": "2022-08-20T12:17:02.731705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seoul Dynasty",
            "reward": "1.51000",
            "odds": "1.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd1b9f3-8bd0-4cce-a473-087451108576/?format=api"
        },
        {
            "id": "cb1e1677-44e7-481d-baf8-467eabbedd4b",
            "gambit_id": "8f204b54-073f-4db2-8d21-278b447ade76",
            "last_updated": "2022-08-20T12:17:02.731200-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hangzhou Spark",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd1b9f3-8bd0-4cce-a473-087451108576/?format=api"
        }
    ]
}