GET /api/bet_types/93a5dcd6-250a-4646-8601-226d9dd66a82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93a5dcd6-250a-4646-8601-226d9dd66a82",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4541546-78d7-4799-a7ac-89f3f37962c9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T13:02:10.004120-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": "DET",
                "amount": 5784.0
            },
            {
                "team": "MIL",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c381ebd-9ae3-4e9f-a41a-af3a25606ff4",
            "gambit_id": "bfae3bb4-d7dd-4499-9607-82dac18e1939",
            "last_updated": "2023-04-25T11:42:20.613800-04:00",
            "created_at": "2023-04-24T13:02:10.010011-04:00",
            "name": "DET",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93a5dcd6-250a-4646-8601-226d9dd66a82/?format=api"
        },
        {
            "id": "59306764-19f9-4377-9a79-c9f0acc941b6",
            "gambit_id": "ea609c6f-5563-406f-a2ea-4aadeef8eaea",
            "last_updated": "2023-04-25T11:42:20.612104-04:00",
            "created_at": "2023-04-24T13:02:10.006847-04:00",
            "name": "MIL",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93a5dcd6-250a-4646-8601-226d9dd66a82/?format=api"
        }
    ]
}