GET /api/bet_types/f005a1a0-5d55-438b-b8c9-50a575d60bde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f005a1a0-5d55-438b-b8c9-50a575d60bde",
    "match": "https://api-prod.gambitprofit.com/api/matches/6191e4f3-97d4-4526-8dfa-bfbee610f09b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-25T13:28:11.135388-05: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": "Detroit Red Wings",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8d7c146-949c-41aa-a253-95154be7a809",
            "gambit_id": "6a5b5d5e-9406-4574-880b-33e29bd4dd30",
            "last_updated": "2024-01-26T20:58:22.812289-05:00",
            "created_at": "2024-01-25T13:28:11.146162-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f005a1a0-5d55-438b-b8c9-50a575d60bde/?format=api"
        },
        {
            "id": "9e0ccf00-9d45-4e53-b77e-b6dc23034b3d",
            "gambit_id": "60f841e0-782e-43b5-9fd3-10f60dfa1205",
            "last_updated": "2024-01-26T20:58:22.808781-05:00",
            "created_at": "2024-01-25T13:28:11.139257-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f005a1a0-5d55-438b-b8c9-50a575d60bde/?format=api"
        }
    ]
}