GET /api/bet_types/b1aea29a-94a0-495b-bc4a-d510c89a6c99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1aea29a-94a0-495b-bc4a-d510c89a6c99",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6933764-7e8c-4d43-bb8a-23fccf3da1e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:20.781346-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": "HOU (F Valdez)",
                "amount": 5714.0
            },
            {
                "team": "PHI (A Nola)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "11540b5f-f050-4319-b00b-eaafafe16aa6",
            "gambit_id": "d2376222-34d3-44f5-8b99-8e19a0a18cf1",
            "last_updated": "2023-04-30T12:47:17.958740-04:00",
            "created_at": "2023-04-28T11:22:20.782611-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1aea29a-94a0-495b-bc4a-d510c89a6c99/?format=api"
        },
        {
            "id": "ba8c5272-0df9-47ea-bd34-43889e81a670",
            "gambit_id": "526238ff-b32f-4a6f-bd31-81d33c532412",
            "last_updated": "2023-04-30T12:47:17.960179-04:00",
            "created_at": "2023-04-28T11:22:20.783924-04:00",
            "name": "PHI (A Nola)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1aea29a-94a0-495b-bc4a-d510c89a6c99/?format=api"
        }
    ]
}