GET /api/bet_types/55050eed-b725-4d9a-aeee-89e960cde2bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55050eed-b725-4d9a-aeee-89e960cde2bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/769ae43b-251c-466d-9e79-b7e101d93885/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-25T12:38:08.756361-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": "LOS (J Urias)",
                "amount": 5714.0
            },
            {
                "team": "TOR (C Bassitt)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "89e972d3-42a5-4831-8fdf-62f1822b901a",
            "gambit_id": "c750b0b3-3815-4730-a0c1-c4830e3cb89f",
            "last_updated": "2023-07-26T10:33:07.622361-04:00",
            "created_at": "2023-07-25T12:38:08.764115-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55050eed-b725-4d9a-aeee-89e960cde2bc/?format=api"
        },
        {
            "id": "5b415807-d1d3-49ce-b3ec-5abbdfba0518",
            "gambit_id": "5af2cb9d-b269-42b4-89a5-7f66acce475a",
            "last_updated": "2023-07-26T10:33:07.618578-04:00",
            "created_at": "2023-07-25T12:38:08.760267-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55050eed-b725-4d9a-aeee-89e960cde2bc/?format=api"
        }
    ]
}