GET /api/bet_types/abe575f2-4d64-4c85-8958-80cae6e7e09a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abe575f2-4d64-4c85-8958-80cae6e7e09a",
    "match": "https://api-prod.gambitprofit.com/api/matches/af5e96e6-ec2b-479a-b3f9-905a56abbdd5/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:54.522659-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9f26e94-e8a7-4fb2-8def-a28ad63ef462",
            "gambit_id": "e551294e-3a96-43e4-ac4f-882e87347bf3",
            "last_updated": "2022-12-24T19:11:52.654730-05:00",
            "created_at": "2022-12-23T09:06:54.524372-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abe575f2-4d64-4c85-8958-80cae6e7e09a/?format=api"
        },
        {
            "id": "0ff111c9-3ae5-4255-b0b1-cdfd91236aa6",
            "gambit_id": "05371ef0-7d4c-4cf2-a86b-c223a9238afb",
            "last_updated": "2022-12-24T19:11:52.656229-05:00",
            "created_at": "2022-12-23T09:06:54.525775-05:00",
            "name": "Orlando Magic",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abe575f2-4d64-4c85-8958-80cae6e7e09a/?format=api"
        }
    ]
}