GET /api/bet_types/ccb66156-721c-4e15-acf9-fa84587e4223/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccb66156-721c-4e15-acf9-fa84587e4223",
    "match": "https://api-prod.gambitprofit.com/api/matches/7db8f5f3-59c8-455f-8d93-72ffc7ec26bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:04.798665-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6c97136-f242-4c86-a54c-55b99a8a86d7",
            "gambit_id": "fb92b99b-c6cc-46d4-bfee-b592542dd38d",
            "last_updated": "2023-05-10T16:07:12.843337-04:00",
            "created_at": "2023-05-09T11:07:04.803490-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccb66156-721c-4e15-acf9-fa84587e4223/?format=api"
        },
        {
            "id": "c6ea88a3-a9b8-4187-813d-be3e594810c0",
            "gambit_id": "3ee04363-a2f4-4aff-a29f-380cb2082f69",
            "last_updated": "2023-05-10T16:07:12.841823-04:00",
            "created_at": "2023-05-09T11:07:04.801003-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccb66156-721c-4e15-acf9-fa84587e4223/?format=api"
        }
    ]
}