GET /api/bet_types/16e8dcb2-07f6-4773-a8d4-858cf90294c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16e8dcb2-07f6-4773-a8d4-858cf90294c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7685336b-7cee-452a-97df-8dc642de0493/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-28T08:48:07.904962-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": "TOR",
                "amount": 5107.0
            },
            {
                "team": "WAS",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3883d99-32c2-4284-82d7-97935bf63f55",
            "gambit_id": "bedf6ce3-9522-446d-8bf9-d7fc6540ef8b",
            "last_updated": "2023-08-29T19:33:15.920776-04:00",
            "created_at": "2023-08-28T08:48:07.912613-04:00",
            "name": "TOR",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e8dcb2-07f6-4773-a8d4-858cf90294c9/?format=api"
        },
        {
            "id": "4c21df83-bf54-4aba-8fd3-b7a8b5d527ab",
            "gambit_id": "ac8d3283-56ef-4e70-a850-2e48e63b9bc7",
            "last_updated": "2023-08-29T19:33:15.917563-04:00",
            "created_at": "2023-08-28T08:48:07.908797-04:00",
            "name": "WAS",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e8dcb2-07f6-4773-a8d4-858cf90294c9/?format=api"
        }
    ]
}