GET /api/bet_types/f5917425-0dd5-462e-b017-ec8330634e67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5917425-0dd5-462e-b017-ec8330634e67",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4e37e62-9e2d-46de-acee-f54f571b5846/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:11.700954-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": "Vancouver Canucks",
                "amount": 5773.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a1d5cee-6137-4331-8ac7-e4ba20d16802",
            "gambit_id": "d2658e2c-de32-41b8-8e39-5d74fad3e049",
            "last_updated": "2023-11-21T14:38:24.087073-05:00",
            "created_at": "2023-11-20T09:48:11.709308-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5917425-0dd5-462e-b017-ec8330634e67/?format=api"
        },
        {
            "id": "ff33ce23-09ba-41eb-b7c8-3ce51385cd80",
            "gambit_id": "887b5779-176b-4b6d-83e6-e82f493b8741",
            "last_updated": "2023-11-21T14:38:24.083545-05:00",
            "created_at": "2023-11-20T09:48:11.705732-05:00",
            "name": "San Jose Sharks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5917425-0dd5-462e-b017-ec8330634e67/?format=api"
        }
    ]
}