GET /api/bet_types/1fe3498a-40a7-416c-8cd5-4d25b70bf87c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fe3498a-40a7-416c-8cd5-4d25b70bf87c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d67c950-b55f-4b1f-83b2-769e3828ad1c/?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": "Rogue",
                "amount": 6373.0
            },
            {
                "team": "Excel Esports",
                "amount": 3627.0
            }
        ],
        "expected_reward_tokens": 8922.2,
        "profit_sb": -77.8,
        "profit_sb_percentage": -0.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "7dacd739-a0b2-4638-a873-98d51d15bffe",
            "gambit_id": "ad52b0f6-130c-43a9-8b86-e0868aee2e10",
            "last_updated": "2022-08-13T11:12:13.312263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rogue",
            "reward": "1.40000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe3498a-40a7-416c-8cd5-4d25b70bf87c/?format=api"
        },
        {
            "id": "c3194032-b658-4c83-91eb-dfefb30f0f80",
            "gambit_id": "acb90206-b398-4895-9b6c-7c186681e90a",
            "last_updated": "2022-08-13T11:12:13.311770-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Excel Esports",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fe3498a-40a7-416c-8cd5-4d25b70bf87c/?format=api"
        }
    ]
}