GET /api/bet_types/04a34a8a-5e57-4f9d-a9e1-b2641b2e6e27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04a34a8a-5e57-4f9d-a9e1-b2641b2e6e27",
    "match": "https://api-prod.gambitprofit.com/api/matches/98c21103-f1e3-48e4-b2f8-986b546ed352/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-03T08:28:19.980898-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": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "55c4f4b5-8e18-4e25-8b0e-ea8d1c5028ab",
            "gambit_id": "2fe8a59d-a046-4bc7-b086-3f7d2c8ebe5a",
            "last_updated": "2023-08-04T09:48:12.900010-04:00",
            "created_at": "2023-08-03T08:28:19.984902-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04a34a8a-5e57-4f9d-a9e1-b2641b2e6e27/?format=api"
        },
        {
            "id": "978b9497-c19e-4181-877b-ac4089bb64cd",
            "gambit_id": "2ed66b68-f4bf-4d4f-b77c-0430f87f90e9",
            "last_updated": "2023-08-04T09:48:12.903379-04:00",
            "created_at": "2023-08-03T08:28:19.990220-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04a34a8a-5e57-4f9d-a9e1-b2641b2e6e27/?format=api"
        }
    ]
}