GET /api/bet_types/521ccaf7-2ab5-4c1e-9848-d8c1cdc52f73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "521ccaf7-2ab5-4c1e-9848-d8c1cdc52f73",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce312316-d27b-43a1-a0df-f52f26775d2e/?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": "Western Kentucky",
                "amount": 5000.0
            },
            {
                "team": "Hawaii",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "a599578e-56d7-437f-bd37-87efe1ebf285",
            "gambit_id": "d65a34f9-9aee-4995-91af-5ef4ac4fffe3",
            "last_updated": "2022-09-05T09:42:18.281411-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521ccaf7-2ab5-4c1e-9848-d8c1cdc52f73/?format=api"
        },
        {
            "id": "0c4f8278-1ef9-42e4-b6b5-5461d4a6d5c0",
            "gambit_id": "b1e505c3-32c6-4c16-88e8-090bef56f437",
            "last_updated": "2022-09-05T09:42:18.280451-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/521ccaf7-2ab5-4c1e-9848-d8c1cdc52f73/?format=api"
        }
    ]
}