GET /api/bet_types/cc781582-ee77-4215-b4c5-73838f485e3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc781582-ee77-4215-b4c5-73838f485e3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f83db844-4726-4d4c-a6e2-4dff09ef37ee/?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": "South Carolina",
                "amount": 5000.0
            },
            {
                "team": "Tennessee",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "61cd1e13-7527-49cd-bcca-5236a6f70e76",
            "gambit_id": "fc9d56e9-71a9-4f3a-ad77-3b3fcce7920c",
            "last_updated": "2022-11-21T09:58:08.598577-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "22.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc781582-ee77-4215-b4c5-73838f485e3b/?format=api"
        },
        {
            "id": "ae57e8ae-dcb7-4ef3-a278-fe45e5f4a2a1",
            "gambit_id": "3f9e2a03-a8c3-42b0-bfe3-5bef459b8f3a",
            "last_updated": "2022-11-21T09:58:08.599543-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-22.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc781582-ee77-4215-b4c5-73838f485e3b/?format=api"
        }
    ]
}