GET /api/bet_types/d5b3734c-abcd-4c9c-be9d-af88ded867ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5b3734c-abcd-4c9c-be9d-af88ded867ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/06b33bb6-2b0a-46f1-b55e-84eccde85842/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-29T08:38:25.810090-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": "CWS (L Lynn)",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "62f23b47-58e9-42aa-a033-8909c5be08ed",
            "gambit_id": "fd153118-2158-45b3-9329-6faf233ffc44",
            "last_updated": "2023-06-30T10:43:11.658893-04:00",
            "created_at": "2023-06-29T08:38:25.815474-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5b3734c-abcd-4c9c-be9d-af88ded867ef/?format=api"
        },
        {
            "id": "14ee52a6-0c78-422e-9e3f-c8d3502bd055",
            "gambit_id": "564ffb81-5075-4186-bc81-29cec389a666",
            "last_updated": "2023-06-30T10:43:11.657095-04:00",
            "created_at": "2023-06-29T08:38:25.812678-04:00",
            "name": "CWS (L Lynn)",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5b3734c-abcd-4c9c-be9d-af88ded867ef/?format=api"
        }
    ]
}