GET /api/bet_types/2a828ac4-7466-4df1-9a4d-2cae3763a230/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a828ac4-7466-4df1-9a4d-2cae3763a230",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd3f7aa3-946f-4e1a-bfb9-9b8c27378e4e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-28T12:37:00.597264-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b35c621-6393-43de-ac1b-2e1e47b4165a",
            "gambit_id": "e82ccbcb-85f9-41cf-b3e8-19ed5ea9cc55",
            "last_updated": "2023-03-01T09:37:05.916668-05:00",
            "created_at": "2023-02-28T12:37:00.598427-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a828ac4-7466-4df1-9a4d-2cae3763a230/?format=api"
        },
        {
            "id": "659eb26e-5e04-49d4-abc0-841c7e459f18",
            "gambit_id": "b81ef379-a24d-4461-a52f-c232f25ab4ff",
            "last_updated": "2023-03-01T09:37:05.917824-05:00",
            "created_at": "2023-02-28T12:37:00.599655-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a828ac4-7466-4df1-9a4d-2cae3763a230/?format=api"
        }
    ]
}