GET /api/bet_types/2227356d-fde3-4193-b64b-f70af1bfcacd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2227356d-fde3-4193-b64b-f70af1bfcacd",
    "match": "https://api-prod.gambitprofit.com/api/matches/0fd7243a-87b9-49d8-bab9-3d1fc6ec5a9c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-04T11:27:02.645742-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": "ATL",
                "amount": 6399.0
            },
            {
                "team": "MIA",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a91dfcd-3ae3-4581-bb64-328616f7ea22",
            "gambit_id": "81760688-3d06-4dd3-94f8-fa561454dfe4",
            "last_updated": "2023-05-05T11:47:10.774264-04:00",
            "created_at": "2023-05-04T11:27:02.648576-04:00",
            "name": "ATL",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2227356d-fde3-4193-b64b-f70af1bfcacd/?format=api"
        },
        {
            "id": "13aa8bb7-8300-4d43-87b2-b3587c70b7ca",
            "gambit_id": "ee89964f-f6e1-4fe2-9f6b-ef054a3b7604",
            "last_updated": "2023-05-05T11:47:10.772699-04:00",
            "created_at": "2023-05-04T11:27:02.647134-04:00",
            "name": "MIA",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2227356d-fde3-4193-b64b-f70af1bfcacd/?format=api"
        }
    ]
}