GET /api/bet_types/d5e1c8f0-d155-4a4e-bda1-3e9ac7c01fea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5e1c8f0-d155-4a4e-bda1-3e9ac7c01fea",
    "match": "https://api-prod.gambitprofit.com/api/matches/8248ce90-aa4d-4a03-9761-c9dc6cbf4cf8/?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": "Washington State",
                "amount": 5097.0
            },
            {
                "team": "Arizona State",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "5fc93bc7-2314-4d7f-99c1-be0ed2c093c3",
            "gambit_id": "79a82b48-99e1-4ff3-b039-5031c2a1aeec",
            "last_updated": "2022-11-14T09:54:06.096084-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5e1c8f0-d155-4a4e-bda1-3e9ac7c01fea/?format=api"
        },
        {
            "id": "ee3c2918-66ea-4920-8760-4648afc48b48",
            "gambit_id": "38a484dd-e425-4a08-9d5f-447e4d0caba0",
            "last_updated": "2022-11-14T09:54:06.097072-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5e1c8f0-d155-4a4e-bda1-3e9ac7c01fea/?format=api"
        }
    ]
}