GET /api/bet_types/8f63b9de-afae-49a3-983a-a6490bae9e9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f63b9de-afae-49a3-983a-a6490bae9e9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/349cc3e9-59d5-48a5-866c-beb6ba9c6724/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:04.072045-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "250bc8c7-e2d1-4048-8890-a69f37997f78",
            "gambit_id": "8d3371a8-85bf-49d9-ac87-de5bbe8e24d8",
            "last_updated": "2023-11-10T12:38:20.553112-05:00",
            "created_at": "2023-11-08T08:23:04.075561-05:00",
            "name": "Miami Heat",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f63b9de-afae-49a3-983a-a6490bae9e9c/?format=api"
        },
        {
            "id": "f71ae311-2e5c-46d4-bbcf-4c34e537ebd4",
            "gambit_id": "d6b75ea0-5498-4295-8643-ffc1b216451d",
            "last_updated": "2023-11-10T12:38:20.556387-05:00",
            "created_at": "2023-11-08T08:23:04.080844-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f63b9de-afae-49a3-983a-a6490bae9e9c/?format=api"
        }
    ]
}