GET /api/bet_types/9ee14eac-b303-4c89-8d0c-32c064579630/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ee14eac-b303-4c89-8d0c-32c064579630",
    "match": "https://api-prod.gambitprofit.com/api/matches/714a4ffd-218d-4916-bfee-b8615cd346e6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T11:43:03.380447-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ad20d31-de9b-42c0-bc5d-d12e2ece4316",
            "gambit_id": "3814dbca-cdb8-43cf-9827-a7838399c9dd",
            "last_updated": "2023-07-17T10:18:28.332174-04:00",
            "created_at": "2023-07-15T11:43:03.382107-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee14eac-b303-4c89-8d0c-32c064579630/?format=api"
        },
        {
            "id": "ababaa22-f0af-4842-8007-4aad2977dd23",
            "gambit_id": "e0f462fc-8e3d-46ac-bb3b-efb5ff1a8d61",
            "last_updated": "2023-07-17T10:18:28.333812-04:00",
            "created_at": "2023-07-15T11:43:03.383875-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ee14eac-b303-4c89-8d0c-32c064579630/?format=api"
        }
    ]
}