GET /api/bet_types/4da7f8bd-9dd0-4e32-87f4-a53bf11c9449/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4da7f8bd-9dd0-4e32-87f4-a53bf11c9449",
    "match": "https://api-prod.gambitprofit.com/api/matches/02f4f5cb-692a-4165-b079-8039d8ae0f70/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T09:46:53.855834-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": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2524a83-60d9-4bb4-92ad-7dc9b263053a",
            "gambit_id": "c953f8ce-5a0c-4f07-a784-47e4cfc2e4e1",
            "last_updated": "2023-01-26T10:57:01.309689-05:00",
            "created_at": "2023-01-25T09:46:53.857265-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4da7f8bd-9dd0-4e32-87f4-a53bf11c9449/?format=api"
        },
        {
            "id": "bc6057e7-1a00-4db7-bb8e-23de783cd715",
            "gambit_id": "3c41d24a-fac3-4339-b88d-e6d360562fc9",
            "last_updated": "2023-01-26T10:57:01.310878-05:00",
            "created_at": "2023-01-25T09:46:53.858643-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4da7f8bd-9dd0-4e32-87f4-a53bf11c9449/?format=api"
        }
    ]
}