GET /api/bet_types/be97942f-cc3e-4e73-bbcd-34d8f4b3eddd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be97942f-cc3e-4e73-bbcd-34d8f4b3eddd",
    "match": "https://api-prod.gambitprofit.com/api/matches/505a7068-a0b1-477d-89c7-18e986fbcda1/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-07T09:03:24.675910-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": "Chicago Blackhawks",
                "amount": 5319.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1fa91ad-eb17-4f7f-a54e-37dd7a7fb79a",
            "gambit_id": "5816be46-819f-416f-9333-25b4a99573bf",
            "last_updated": "2024-01-09T10:48:22.792905-05:00",
            "created_at": "2024-01-07T09:03:24.684718-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be97942f-cc3e-4e73-bbcd-34d8f4b3eddd/?format=api"
        },
        {
            "id": "a27d5d83-3839-4c50-b1ed-f3a91a7fcc64",
            "gambit_id": "0d92eb93-c49f-488d-998f-f06bfd6e75b8",
            "last_updated": "2024-01-09T10:48:22.789245-05:00",
            "created_at": "2024-01-07T09:03:24.680257-05:00",
            "name": "Calgary Flames",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be97942f-cc3e-4e73-bbcd-34d8f4b3eddd/?format=api"
        }
    ]
}