GET /api/bet_types/78f91585-547e-4f6f-bc45-9ce153390f49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78f91585-547e-4f6f-bc45-9ce153390f49",
    "match": "https://api-prod.gambitprofit.com/api/matches/e730c67c-9b1d-4665-b692-039626d43512/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:08.957823-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": "Tampa Bay Lightning",
                "amount": 6465.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3535.0
            }
        ],
        "expected_reward_tokens": 9438.45,
        "profit_sb": -61.55,
        "profit_sb_percentage": -0.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8adfef1-acdf-44b2-b90a-67a89c78e924",
            "gambit_id": "e263687c-c92d-4fbe-bb89-9003387ff57e",
            "last_updated": "2023-11-21T14:43:24.789602-05:00",
            "created_at": "2023-11-20T09:48:08.967666-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78f91585-547e-4f6f-bc45-9ce153390f49/?format=api"
        },
        {
            "id": "8acbab0e-00d8-4b57-968e-f2855634da88",
            "gambit_id": "558aab8e-acce-47bb-b1f8-8a0f4a53d01f",
            "last_updated": "2023-11-21T14:43:24.778320-05:00",
            "created_at": "2023-11-20T09:48:08.962093-05:00",
            "name": "Boston Bruins",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78f91585-547e-4f6f-bc45-9ce153390f49/?format=api"
        }
    ]
}