GET /api/bet_types/6e65cab4-d58b-4381-887d-bbaffc692b20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e65cab4-d58b-4381-887d-bbaffc692b20",
    "match": "https://api-prod.gambitprofit.com/api/matches/67ee49aa-68b6-404c-b8bf-8cb9696c0a30/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-23T11:47:58.317825-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": "ARI (J Ruiz)",
                "amount": 5091.0
            },
            {
                "team": "CIN (L Weaver)",
                "amount": 4909.0
            }
        ],
        "expected_reward_tokens": 9571.08,
        "profit_sb": 71.08,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b6a74e9-e352-406f-af22-dc565431d4fc",
            "gambit_id": "0ca47303-6621-4119-877c-0c42534e0af3",
            "last_updated": "2023-07-24T13:33:10.495632-04:00",
            "created_at": "2023-07-23T11:47:58.322133-04:00",
            "name": "ARI (J Ruiz)",
            "reward": "1.88000",
            "odds": "1.91740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e65cab4-d58b-4381-887d-bbaffc692b20/?format=api"
        },
        {
            "id": "3e6c40b6-4a16-4d78-b891-5d1d02ace917",
            "gambit_id": "1bfe0056-b36c-473f-abd6-dc234559c63c",
            "last_updated": "2023-07-24T13:33:10.501466-04:00",
            "created_at": "2023-07-23T11:47:58.327114-04:00",
            "name": "CIN (L Weaver)",
            "reward": "1.95000",
            "odds": "1.99010",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e65cab4-d58b-4381-887d-bbaffc692b20/?format=api"
        }
    ]
}