GET /api/bet_types/c8b03048-678d-4a24-904a-c5d9b9124cc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8b03048-678d-4a24-904a-c5d9b9124cc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b08796f-3a7c-4a76-8582-478a36be0350/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-11T11:17:07.037003-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": "Seattle Kraken",
                "amount": 5867.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "535f7b40-6652-47a0-b37c-9fdb96834bbd",
            "gambit_id": "1b8d613f-300c-4d8b-b1c9-a01883d873ef",
            "last_updated": "2023-05-14T10:57:13.479627-04:00",
            "created_at": "2023-05-11T11:17:07.040137-04:00",
            "name": "Seattle Kraken",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b03048-678d-4a24-904a-c5d9b9124cc6/?format=api"
        },
        {
            "id": "ff55dd8d-6a02-4f4c-88b8-7b36ba9d93d8",
            "gambit_id": "a658297c-8aeb-4d12-a659-c57248ae6d78",
            "last_updated": "2023-05-14T10:57:13.478347-04:00",
            "created_at": "2023-05-11T11:17:07.038511-04:00",
            "name": "Dallas Stars",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8b03048-678d-4a24-904a-c5d9b9124cc6/?format=api"
        }
    ]
}