GET /api/bet_types/0c705334-6c1c-46d2-8d06-ebe95d79cf21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c705334-6c1c-46d2-8d06-ebe95d79cf21",
    "match": "https://api-prod.gambitprofit.com/api/matches/1370493c-0e54-4a9d-837c-ac67b77fc203/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-03T11:22:14.876600-04: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": "ATL (S Strider)",
                "amount": 6833.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a335ab4-ab54-4fad-b333-ddd8fae38ae1",
            "gambit_id": "49cafb29-cc02-4d0d-83ee-d293eddb91ba",
            "last_updated": "2023-06-05T10:57:21.443152-04:00",
            "created_at": "2023-06-03T11:22:14.878913-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c705334-6c1c-46d2-8d06-ebe95d79cf21/?format=api"
        },
        {
            "id": "94fff189-0c8a-4389-89f5-c3df8b04e105",
            "gambit_id": "2b162110-d9d1-4461-af8f-7241c838def1",
            "last_updated": "2023-06-05T10:57:21.445903-04:00",
            "created_at": "2023-06-03T11:22:14.880535-04:00",
            "name": "ARI (R Nelson)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c705334-6c1c-46d2-8d06-ebe95d79cf21/?format=api"
        }
    ]
}