GET /api/bet_types/2955349c-d01e-4263-9868-b496bb65ce4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2955349c-d01e-4263-9868-b496bb65ce4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/879a451f-85a4-4e20-86a0-5e645aca01e7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-07T09:48:16.961300-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": "Milwaukee Bucks",
                "amount": 6458.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "687285fe-e05a-42bb-a3fd-910efa9d36af",
            "gambit_id": "587ba037-8cb4-4c3a-a41b-2e9618d65305",
            "last_updated": "2023-12-08T11:28:18.391602-05:00",
            "created_at": "2023-12-07T09:48:16.970231-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2955349c-d01e-4263-9868-b496bb65ce4f/?format=api"
        },
        {
            "id": "81423d8c-6e2d-4258-ba81-390061a9f80e",
            "gambit_id": "2d34df1e-acc4-428b-a5b0-b005ff01947d",
            "last_updated": "2023-12-08T11:28:18.388259-05:00",
            "created_at": "2023-12-07T09:48:16.965835-05:00",
            "name": "Indiana Pacers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2955349c-d01e-4263-9868-b496bb65ce4f/?format=api"
        }
    ]
}