GET /api/bet_types/1efc79d0-ad99-4988-9e6b-177513272f13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1efc79d0-ad99-4988-9e6b-177513272f13",
    "match": "https://api-prod.gambitprofit.com/api/matches/e29051f4-6063-44bc-8526-51163878eb1c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-02T11:52:04.248141-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": "Game Total Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f69f2b0-baaf-454d-aaf1-d0fa1cdb0f88",
            "gambit_id": "b6fb1bef-c0ee-4de0-a98b-8fd0021ee5b4",
            "last_updated": "2023-05-09T18:37:14.700563-04:00",
            "created_at": "2023-05-02T11:52:04.250971-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1efc79d0-ad99-4988-9e6b-177513272f13/?format=api"
        },
        {
            "id": "6967afdb-4869-4c18-ae33-740cc23a0634",
            "gambit_id": "d2fd9f82-94ea-40f6-ad08-93c2b2e98add",
            "last_updated": "2023-05-09T18:37:14.699273-04:00",
            "created_at": "2023-05-02T11:52:04.249567-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1efc79d0-ad99-4988-9e6b-177513272f13/?format=api"
        }
    ]
}