GET /api/bet_types/9a6bd707-cd71-4c72-b46c-694362168bf3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a6bd707-cd71-4c72-b46c-694362168bf3",
    "match": "https://api-prod.gambitprofit.com/api/matches/12f19fac-97a1-4156-8d98-1212739c6f0f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-26T09:23:25.775460-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3922a2bf-2e84-4d6d-95ed-07e83d880ed8",
            "gambit_id": "29f7f572-1eb9-4b68-95a5-d379286d77b3",
            "last_updated": "2023-08-28T16:18:31.548921-04:00",
            "created_at": "2023-08-26T09:23:25.782418-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6bd707-cd71-4c72-b46c-694362168bf3/?format=api"
        },
        {
            "id": "0d24b20d-94a6-419d-bf7d-1381bf66785c",
            "gambit_id": "7ac4e864-108e-48fc-8db1-c68293261ff5",
            "last_updated": "2023-08-28T16:18:31.552284-04:00",
            "created_at": "2023-08-26T09:23:25.789384-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a6bd707-cd71-4c72-b46c-694362168bf3/?format=api"
        }
    ]
}