GET /api/bet_types/c21238e1-b647-455b-831b-cc09bbfccff8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c21238e1-b647-455b-831b-cc09bbfccff8",
    "match": "https://api-prod.gambitprofit.com/api/matches/235a3b06-931f-41bf-8309-12fd4611c175/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-09T08:43:18.047943-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": "41d80a1a-546f-4f7a-9161-6b87fa3f8acb",
            "gambit_id": "083fd5c2-91e8-4eb7-bb6c-037c0386db7d",
            "last_updated": "2023-07-10T18:33:27.420864-04:00",
            "created_at": "2023-07-09T08:43:18.049679-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/c21238e1-b647-455b-831b-cc09bbfccff8/?format=api"
        },
        {
            "id": "77d9285a-e76e-4ebc-841a-5fcf4f638e4b",
            "gambit_id": "6980d623-9f40-432d-a932-d4efb24ab791",
            "last_updated": "2023-07-10T18:33:27.422264-04:00",
            "created_at": "2023-07-09T08:43:18.051655-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/c21238e1-b647-455b-831b-cc09bbfccff8/?format=api"
        }
    ]
}