GET /api/bet_types/e39071a9-209d-4601-9d3d-4d792bfb3f83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e39071a9-209d-4601-9d3d-4d792bfb3f83",
    "match": "https://api-prod.gambitprofit.com/api/matches/7694696a-03ba-4a14-953b-1d20944e1f13/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-07T08:28:02.013516-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": "NYM (K Senga)",
                "amount": 5157.0
            },
            {
                "team": "CHC (D Smyly)",
                "amount": 4843.0
            }
        ],
        "expected_reward_tokens": 9540.45,
        "profit_sb": 40.45,
        "profit_sb_percentage": 0.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "615d709d-7b17-47a2-b4be-0688c2114219",
            "gambit_id": "768ff47b-790e-4812-a4f9-5afa43236f72",
            "last_updated": "2023-08-09T10:43:17.588033-04:00",
            "created_at": "2023-08-07T08:28:02.027277-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.85000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e39071a9-209d-4601-9d3d-4d792bfb3f83/?format=api"
        },
        {
            "id": "9030dff3-b775-432c-a71f-cb4704bc2df8",
            "gambit_id": "723c4d34-80a5-444a-a9ea-d4c7033eff6c",
            "last_updated": "2023-08-09T10:43:17.582873-04:00",
            "created_at": "2023-08-07T08:28:02.020295-04:00",
            "name": "CHC (D Smyly)",
            "reward": "1.97000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e39071a9-209d-4601-9d3d-4d792bfb3f83/?format=api"
        }
    ]
}