GET /api/bet_types/5f88b846-2fae-4b6f-9bc9-a310f833e781/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f88b846-2fae-4b6f-9bc9-a310f833e781",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f82dad1-e708-4a32-bfea-cc6357e46a52/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-24T08:13:22.182600-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": "CIN",
                "amount": 6390.0
            },
            {
                "team": "MIL",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "68f98228-1d4c-420c-884b-c66b26c258db",
            "gambit_id": "254ee44c-e3c0-44aa-848a-3e5b40840832",
            "last_updated": "2023-07-25T20:18:24.801144-04:00",
            "created_at": "2023-07-24T08:13:22.186878-04:00",
            "name": "CIN",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f88b846-2fae-4b6f-9bc9-a310f833e781/?format=api"
        },
        {
            "id": "834ae37b-c982-408d-a004-fa02282fd676",
            "gambit_id": "a05b4fb7-9906-448b-b288-2823f52b5368",
            "last_updated": "2023-07-25T20:18:24.804537-04:00",
            "created_at": "2023-07-24T08:13:22.190920-04:00",
            "name": "MIL",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f88b846-2fae-4b6f-9bc9-a310f833e781/?format=api"
        }
    ]
}