GET /api/bet_types/2f13c949-7f07-4e23-aef4-41d98e6421ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f13c949-7f07-4e23-aef4-41d98e6421ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/0645da26-0e4d-4f8a-bbd0-844a3b3d52e9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:04.938269-05: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 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "198af0ec-43fc-4069-bf2c-6d1231b7e5be",
            "gambit_id": "d23fe944-61a7-497f-8d46-2abbd66f3036",
            "last_updated": "2023-01-30T17:46:54.591897-05:00",
            "created_at": "2023-01-28T09:42:04.940894-05:00",
            "name": "Game Total Over 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f13c949-7f07-4e23-aef4-41d98e6421ce/?format=api"
        },
        {
            "id": "3fcb155f-2f14-474f-9200-eb40eb0c1bab",
            "gambit_id": "29677c48-edc4-482a-905f-b69e7ad61a16",
            "last_updated": "2023-01-30T17:46:54.590664-05:00",
            "created_at": "2023-01-28T09:42:04.939558-05:00",
            "name": "Game Total Under 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f13c949-7f07-4e23-aef4-41d98e6421ce/?format=api"
        }
    ]
}