GET /api/bet_types/8dc574e6-54ff-4bcd-ae80-6bddc3128a3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dc574e6-54ff-4bcd-ae80-6bddc3128a3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ffe51aa-3950-4968-ac1a-7962e181c8cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:59.434060-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d567d58f-b1b9-4874-8aa4-615d6214a1b3",
            "gambit_id": "5e02cabb-dd5e-4fea-8671-18d02b037227",
            "last_updated": "2023-03-02T07:16:53.379472-05:00",
            "created_at": "2023-03-01T09:21:59.435250-05:00",
            "name": "Houston Rockets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc574e6-54ff-4bcd-ae80-6bddc3128a3d/?format=api"
        },
        {
            "id": "f4d0d57b-8671-4593-8a15-0bfada73982d",
            "gambit_id": "0ddcfc17-6be0-4efe-bd0f-f0c57f490ea9",
            "last_updated": "2023-03-02T07:16:53.380685-05:00",
            "created_at": "2023-03-01T09:21:59.436534-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc574e6-54ff-4bcd-ae80-6bddc3128a3d/?format=api"
        }
    ]
}