GET /api/bet_types/792c4e28-8444-4cfc-b449-73e0138fe26f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "792c4e28-8444-4cfc-b449-73e0138fe26f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8b7edf6-674d-4030-b972-b4b73799b226/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-24T08:57:58.155464-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 Under 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8e45bea-7b27-44f4-ae58-abf2dd8849d5",
            "gambit_id": "0176f23c-d863-4abc-a80f-3726d27a2c7d",
            "last_updated": "2023-10-26T10:18:04.359929-04:00",
            "created_at": "2023-10-24T08:57:58.163317-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/792c4e28-8444-4cfc-b449-73e0138fe26f/?format=api"
        },
        {
            "id": "2e6887c4-aea6-460b-b71d-3219fd6aacad",
            "gambit_id": "2b9f6bc0-3faf-4114-9a8c-6e908d0f35f2",
            "last_updated": "2023-10-26T10:18:04.355403-04:00",
            "created_at": "2023-10-24T08:57:58.158866-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/792c4e28-8444-4cfc-b449-73e0138fe26f/?format=api"
        }
    ]
}