GET /api/bet_types/fa8c94ad-25b0-4187-8fe8-be3cb6dc3b41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa8c94ad-25b0-4187-8fe8-be3cb6dc3b41",
    "match": "https://api-prod.gambitprofit.com/api/matches/13ef0377-0419-4722-bf05-b1e0868de7bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-28T12:37:09.685599-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": "1ceea110-4611-4698-bb90-34698f4fe6c2",
            "gambit_id": "e3922ed0-be7e-48c6-b075-cb7a47f8cbf4",
            "last_updated": "2023-02-28T12:37:09.688190-05:00",
            "created_at": "2023-02-28T12:37:09.688198-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/fa8c94ad-25b0-4187-8fe8-be3cb6dc3b41/?format=api"
        },
        {
            "id": "1e84a562-1b03-41d9-b273-0aea87f252f3",
            "gambit_id": "0213343e-5ff0-4089-a866-d2cd017ffd69",
            "last_updated": "2023-02-28T12:37:09.686882-05:00",
            "created_at": "2023-02-28T12:37:09.686891-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/fa8c94ad-25b0-4187-8fe8-be3cb6dc3b41/?format=api"
        }
    ]
}