GET /api/bet_types/a7967cb8-f3e4-4136-853e-8cf889d2695e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7967cb8-f3e4-4136-853e-8cf889d2695e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c91f61f1-4ccd-4261-87a1-b26ce606efee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-02T11:52:04.473335-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 6.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "b970e491-a960-424c-9944-bc57cc9cf04a",
            "gambit_id": "3d911f31-6f7e-4532-b9dc-a537ffc4cc02",
            "last_updated": "2023-05-03T12:12:13.287258-04:00",
            "created_at": "2023-05-02T11:52:04.476426-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7967cb8-f3e4-4136-853e-8cf889d2695e/?format=api"
        },
        {
            "id": "f91e9cfa-968c-4580-b89b-967ae480fb55",
            "gambit_id": "2a86b4a0-6c34-458c-99fa-d6b6a303ea9b",
            "last_updated": "2023-05-03T12:12:13.285938-04:00",
            "created_at": "2023-05-02T11:52:04.474911-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7967cb8-f3e4-4136-853e-8cf889d2695e/?format=api"
        }
    ]
}