GET /api/bet_types/ebfb8554-6898-405e-9c7a-be114836d2ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebfb8554-6898-405e-9c7a-be114836d2ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/99746d10-a7ab-4835-bb01-a72279f56e09/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:09.517808-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": "Ohio",
                "amount": 5000.0
            },
            {
                "team": "Wyoming",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b946878a-afb0-49a3-b739-590bd26363d5",
            "gambit_id": "af236738-2272-40ae-ae06-44a3ab4951ac",
            "last_updated": "2022-12-31T10:56:57.359400-05:00",
            "created_at": "2022-12-30T10:27:09.518997-05:00",
            "name": "Ohio",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfb8554-6898-405e-9c7a-be114836d2ae/?format=api"
        },
        {
            "id": "197e781a-d766-451b-9417-76e5c645c0bc",
            "gambit_id": "ba994a24-ad86-4067-8d01-c61dedb3b7ea",
            "last_updated": "2022-12-31T10:56:57.360466-05:00",
            "created_at": "2022-12-30T10:27:09.520220-05:00",
            "name": "Wyoming",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfb8554-6898-405e-9c7a-be114836d2ae/?format=api"
        }
    ]
}