GET /api/bet_types/a7d72ae6-9f2b-455e-be61-70b8f6b65e48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7d72ae6-9f2b-455e-be61-70b8f6b65e48",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ace772e-102e-420d-bc80-16d2517b47e9/?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": "STL",
                "amount": 5499.0
            },
            {
                "team": "CIN",
                "amount": 4501.0
            }
        ],
        "expected_reward_tokens": 9182.04,
        "profit_sb": 182.04,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f3836f5-de56-4852-a02d-11bf9aa8d9d9",
            "gambit_id": "af349f27-03a0-4ee6-8639-93573a0c66bd",
            "last_updated": "2022-08-30T09:52:22.975732-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d72ae6-9f2b-455e-be61-70b8f6b65e48/?format=api"
        },
        {
            "id": "e4462111-09a7-4eee-a1e0-3ffd8d6597d1",
            "gambit_id": "b7828daf-20df-455c-b6ca-315efc9315a3",
            "last_updated": "2022-08-30T09:52:22.975361-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.04000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d72ae6-9f2b-455e-be61-70b8f6b65e48/?format=api"
        }
    ]
}