GET /api/bet_types/8996f30e-6864-4a6a-9e83-555ded783390/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8996f30e-6864-4a6a-9e83-555ded783390",
    "match": "https://api-prod.gambitprofit.com/api/matches/47413ef8-331f-4bb9-a117-3efd48f6d106/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-01T09:03:21.289407-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": "WAS",
                "amount": 5423.0
            },
            {
                "team": "MIL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "17c9985d-bba0-4121-8eba-ce4e7a9d7188",
            "gambit_id": "e2acdf3f-1251-4957-982f-47319b22f751",
            "last_updated": "2023-08-02T19:07:59.362084-04:00",
            "created_at": "2023-08-01T09:03:21.301259-04:00",
            "name": "WAS",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8996f30e-6864-4a6a-9e83-555ded783390/?format=api"
        },
        {
            "id": "551490de-e723-42a7-8f58-43b3075795ba",
            "gambit_id": "bc7fd1d1-b762-437e-ba51-da82d7285b01",
            "last_updated": "2023-08-02T19:07:59.358278-04:00",
            "created_at": "2023-08-01T09:03:21.294051-04:00",
            "name": "MIL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8996f30e-6864-4a6a-9e83-555ded783390/?format=api"
        }
    ]
}