GET /api/bet_types/6c19232d-664c-461f-b63a-159abdbfbe0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c19232d-664c-461f-b63a-159abdbfbe0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbad83f6-5324-4616-9a3f-037266be509a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-28T09:33:15.031364-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 Under 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "646e9319-cfea-432b-838c-c1f53ce5b9bf",
            "gambit_id": "db7695c0-4a5d-4c30-a649-30ef5170b06b",
            "last_updated": "2023-11-29T21:53:06.974508-05:00",
            "created_at": "2023-11-28T09:33:15.042907-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c19232d-664c-461f-b63a-159abdbfbe0a/?format=api"
        },
        {
            "id": "da336dee-9fe6-4428-a548-8fe073f79c43",
            "gambit_id": "abc93719-4571-4655-8ab6-fdca5aa1adbb",
            "last_updated": "2023-11-29T21:53:06.971054-05:00",
            "created_at": "2023-11-28T09:33:15.036542-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c19232d-664c-461f-b63a-159abdbfbe0a/?format=api"
        }
    ]
}