GET /api/bet_types/716aec19-5286-4bdd-8dc8-9522ca0a20e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "716aec19-5286-4bdd-8dc8-9522ca0a20e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/72efbc6e-a648-495b-82ea-1c41e0c94ae0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-07T11:33:29.290748-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": "CWS",
                "amount": 6232.0
            },
            {
                "team": "STL",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "3139ed6c-351c-4c58-ad07-14e4c639a7fd",
            "gambit_id": "989ee31d-8ea6-4dbb-84e9-a9c257e316c8",
            "last_updated": "2023-07-09T20:28:24.252688-04:00",
            "created_at": "2023-07-07T11:33:29.293776-04:00",
            "name": "CWS",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/716aec19-5286-4bdd-8dc8-9522ca0a20e8/?format=api"
        },
        {
            "id": "35542950-51cb-4c5a-b7e0-b3b7f24eebb6",
            "gambit_id": "34ed42a8-1924-444a-b57c-710af1aedfd4",
            "last_updated": "2023-07-09T20:28:24.249456-04:00",
            "created_at": "2023-07-07T11:33:29.292194-04:00",
            "name": "STL",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/716aec19-5286-4bdd-8dc8-9522ca0a20e8/?format=api"
        }
    ]
}