GET /api/bet_types/6cbbe4af-650c-429c-b5d6-2dee4ba103e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cbbe4af-650c-429c-b5d6-2dee4ba103e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/aab2a262-441e-417b-9402-b4d16321c3ec/?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": "CIN",
                "amount": 5511.0
            },
            {
                "team": "MIL",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "845b360a-e1ff-4096-b8b2-56dc0b89aff5",
            "gambit_id": "690b90fc-7285-487c-bd7e-07ff2f36894b",
            "last_updated": "2022-08-07T10:52:17.945459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cbbe4af-650c-429c-b5d6-2dee4ba103e4/?format=api"
        },
        {
            "id": "5221f109-1917-4b8b-a471-c1e8be7dbf9a",
            "gambit_id": "97a5b5fd-e1c8-4619-ac9b-abfd3c9d2195",
            "last_updated": "2022-08-07T10:52:17.944967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cbbe4af-650c-429c-b5d6-2dee4ba103e4/?format=api"
        }
    ]
}