GET /api/bet_types/5c9e9c9d-4d97-4540-be9f-2c32349cd0ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c9e9c9d-4d97-4540-be9f-2c32349cd0ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/da6a8b59-8b68-49c5-8952-8c3c7a1f1242/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-19T09:13:25.721435-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": "STL",
                "amount": 5773.0
            },
            {
                "team": "MIL",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "9fe13350-952a-41f5-bae0-1d300c296609",
            "gambit_id": "81311e4e-4377-4271-8085-a5336c73dd84",
            "last_updated": "2023-09-21T09:43:19.984440-04:00",
            "created_at": "2023-09-19T09:13:25.729433-04:00",
            "name": "STL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c9e9c9d-4d97-4540-be9f-2c32349cd0ce/?format=api"
        },
        {
            "id": "97e8f5cf-9b17-49b6-bcd6-2b83ec15e5a9",
            "gambit_id": "f5fbf2e9-72a4-45c3-a4ce-5f009c7e9cc1",
            "last_updated": "2023-09-21T09:43:19.980814-04:00",
            "created_at": "2023-09-19T09:13:25.725632-04:00",
            "name": "MIL",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c9e9c9d-4d97-4540-be9f-2c32349cd0ce/?format=api"
        }
    ]
}