GET /api/bet_types/bbb8ba16-1846-4752-98cb-07771e88c742/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbb8ba16-1846-4752-98cb-07771e88c742",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b96b3d1-bb02-42d1-9b94-6dab8cf64451/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:27.231966-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": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a899f16b-5495-441d-8a39-11758377199a",
            "gambit_id": "eda0d6d0-40a0-4a70-849f-74ad7f4dde63",
            "last_updated": "2023-11-20T14:38:31.736312-05:00",
            "created_at": "2023-11-18T09:38:27.235741-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbb8ba16-1846-4752-98cb-07771e88c742/?format=api"
        },
        {
            "id": "8ddfa916-d012-4ce5-ad63-8a921a71feea",
            "gambit_id": "d8937db1-8d92-4c30-95b2-5b55c3026a26",
            "last_updated": "2023-11-20T14:38:31.739673-05:00",
            "created_at": "2023-11-18T09:38:27.239807-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbb8ba16-1846-4752-98cb-07771e88c742/?format=api"
        }
    ]
}