GET /api/bet_types/0f502b3b-a684-484d-b049-71b7eb43be4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f502b3b-a684-484d-b049-71b7eb43be4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cddc232-40df-4b6f-a034-2623096505f6/?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": "Arkansas",
                "amount": 5000.0
            },
            {
                "team": "Auburn",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cf66ccb-f51d-4a43-aede-968afb5dc31a",
            "gambit_id": "eebb48aa-8291-49d9-9084-58b545deab2c",
            "last_updated": "2022-10-31T10:56:54.787672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f502b3b-a684-484d-b049-71b7eb43be4c/?format=api"
        },
        {
            "id": "a6c1a69e-d56c-410e-9986-c4a660945a40",
            "gambit_id": "77e68654-bec3-4572-930d-5b8016a46f54",
            "last_updated": "2022-10-31T10:56:54.786571-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f502b3b-a684-484d-b049-71b7eb43be4c/?format=api"
        }
    ]
}