GET /api/bet_types/2c074db6-77a2-4648-90b8-4dcf901411fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c074db6-77a2-4648-90b8-4dcf901411fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/b77cb3cd-7eb8-468b-aaf4-b0276e981d09/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:08.837124-04: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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbcd6c6d-55f8-448c-83fd-a16352554102",
            "gambit_id": "bbc92ea8-f461-4bf1-b953-47d888af4c72",
            "last_updated": "2023-04-03T20:17:10.986391-04:00",
            "created_at": "2023-04-02T09:57:08.839640-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c074db6-77a2-4648-90b8-4dcf901411fe/?format=api"
        },
        {
            "id": "adb91979-e30b-42a9-922d-14ea3b663307",
            "gambit_id": "a7cb6a85-d2ad-4189-9d0f-5def3ecdd129",
            "last_updated": "2023-04-03T20:17:10.989319-04:00",
            "created_at": "2023-04-02T09:57:08.841801-04:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c074db6-77a2-4648-90b8-4dcf901411fe/?format=api"
        }
    ]
}