GET /api/bet_types/85d0315d-8cc2-4558-b544-d854abc6b738/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85d0315d-8cc2-4558-b544-d854abc6b738",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2492a4c-2fe6-4c49-85af-a78891de3399/?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": "Brooklyn Nets",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcbb8bec-0511-4e1c-b76e-01a1ea471064",
            "gambit_id": "eb8600e9-f491-4146-be17-3dfab22080a0",
            "last_updated": "2022-11-29T09:57:06.403591-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85d0315d-8cc2-4558-b544-d854abc6b738/?format=api"
        },
        {
            "id": "e8e019b6-0411-4c33-91a2-f5d2e019f39c",
            "gambit_id": "225c4306-8630-460e-9195-83e2f194a9ee",
            "last_updated": "2022-11-29T09:57:06.404595-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85d0315d-8cc2-4558-b544-d854abc6b738/?format=api"
        }
    ]
}