GET /api/bet_types/d5692cf2-60c9-4f74-8c6f-916c544e770b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5692cf2-60c9-4f74-8c6f-916c544e770b",
    "match": "https://api-prod.gambitprofit.com/api/matches/18054274-ea23-40cc-b052-4d2298c41581/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-19T09:13:24.953776-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": "WAS (J Rutledge)",
                "amount": 5222.0
            },
            {
                "team": "CWS (J Urena)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "80d1b4e0-c414-41cf-a335-c6b77fecd5f9",
            "gambit_id": "b5d023df-30a8-4687-a31f-18d93086e64c",
            "last_updated": "2023-09-21T09:53:18.104309-04:00",
            "created_at": "2023-09-19T09:13:24.969054-04:00",
            "name": "WAS (J Rutledge)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5692cf2-60c9-4f74-8c6f-916c544e770b/?format=api"
        },
        {
            "id": "37f640f5-3411-4ee2-8236-097f44e3269d",
            "gambit_id": "4bab66a5-3c24-4a16-b9bb-93ef51364a2a",
            "last_updated": "2023-09-21T09:53:18.100464-04:00",
            "created_at": "2023-09-19T09:13:24.961458-04:00",
            "name": "CWS (J Urena)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5692cf2-60c9-4f74-8c6f-916c544e770b/?format=api"
        }
    ]
}