GET /api/bet_types/a226039a-f43f-47e0-bd01-fe58f4652880/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a226039a-f43f-47e0-bd01-fe58f4652880",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8f906e0-ddef-4be5-85c9-618d23521e4a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-30T10:47:18.252263-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": "ATL",
                "amount": 5784.0
            },
            {
                "team": "OAK",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "671a15df-aefa-45d8-afc2-fa8cceba7afc",
            "gambit_id": "3f42a48e-09a4-483d-927b-bce549f5feb8",
            "last_updated": "2023-05-31T11:47:21.222347-04:00",
            "created_at": "2023-05-30T10:47:18.254269-04:00",
            "name": "ATL",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a226039a-f43f-47e0-bd01-fe58f4652880/?format=api"
        },
        {
            "id": "852cad77-f96d-4352-87e0-255ce391785e",
            "gambit_id": "bd03d1eb-b362-4ea4-85de-cf05fbbb798e",
            "last_updated": "2023-05-31T11:47:21.224479-04:00",
            "created_at": "2023-05-30T10:47:18.256418-04:00",
            "name": "OAK",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a226039a-f43f-47e0-bd01-fe58f4652880/?format=api"
        }
    ]
}