GET /api/bet_types/511bb141-fd8f-40fc-967e-b26fe6902d3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "511bb141-fd8f-40fc-967e-b26fe6902d3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/19f2a600-fee9-45a7-9326-315b2ce2207a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-07T09:27:15.825407-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": "LAA (P Sandoval)",
                "amount": 5711.0
            },
            {
                "team": "TOR (C Bassitt)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "279ad93b-14fa-4f2b-84e1-b56941d455fc",
            "gambit_id": "8d366203-6c72-42d5-818a-555b1dd0a0fe",
            "last_updated": "2023-04-08T15:42:27.252494-04:00",
            "created_at": "2023-04-07T09:27:15.826978-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/511bb141-fd8f-40fc-967e-b26fe6902d3a/?format=api"
        },
        {
            "id": "5ba1d5ca-57b6-49f4-8cab-c905f4d570fb",
            "gambit_id": "5777096d-a13e-4a66-936e-a2be104cb8d8",
            "last_updated": "2023-04-08T15:42:27.255793-04:00",
            "created_at": "2023-04-07T09:27:15.828726-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/511bb141-fd8f-40fc-967e-b26fe6902d3a/?format=api"
        }
    ]
}