GET /api/bet_types/ba598bde-ad3c-4e54-a459-2bf885b0a6a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba598bde-ad3c-4e54-a459-2bf885b0a6a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b6e0f63-bc1f-49de-8895-d98979934283/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:04.427846-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": "Oklahoma City Thunder",
                "amount": 5107.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "26a7c0ab-c5f2-4ce5-a6fd-d18201142ff0",
            "gambit_id": "11406d24-ab7f-4d3a-9915-ebcb65adf59b",
            "last_updated": "2023-11-15T22:48:01.644388-05:00",
            "created_at": "2023-11-14T09:13:04.438749-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba598bde-ad3c-4e54-a459-2bf885b0a6a2/?format=api"
        },
        {
            "id": "46141e77-04fc-471e-a5a5-ce84b7875837",
            "gambit_id": "2abea3b0-00e6-43c5-a4d5-ac53bb4c94ce",
            "last_updated": "2023-11-15T22:48:01.640161-05:00",
            "created_at": "2023-11-14T09:13:04.432779-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba598bde-ad3c-4e54-a459-2bf885b0a6a2/?format=api"
        }
    ]
}