GET /api/bet_types/10cbdf0f-b219-45d0-9f92-66b81af6607b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "10cbdf0f-b219-45d0-9f92-66b81af6607b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e01e3747-1900-44ee-af9d-c603172a456d/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "3409a7f2-0b1c-44dc-9aae-77fbd87a6873",
            "gambit_id": "f11b639f-6360-4d6b-a3d7-3477341d0608",
            "last_updated": "2022-10-31T11:02:10.731916-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10cbdf0f-b219-45d0-9f92-66b81af6607b/?format=api"
        },
        {
            "id": "d83df242-2f4d-47a5-8300-c06a30dafc2c",
            "gambit_id": "69d653b9-f636-422a-89ea-84e8079148d7",
            "last_updated": "2022-10-31T11:02:10.730979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/10cbdf0f-b219-45d0-9f92-66b81af6607b/?format=api"
        }
    ]
}