GET /api/bet_types/84982ea1-c889-4a2b-ad34-1ef68c068b51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84982ea1-c889-4a2b-ad34-1ef68c068b51",
    "match": "https://api-prod.gambitprofit.com/api/matches/40a17262-b37a-4622-a647-46d665f3663d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-19T08:53:00.731943-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.5",
                "amount": 5614.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "fcea7d03-1b02-421c-8a69-2642f765869c",
            "gambit_id": "07f4d7e9-137b-44bd-ae02-671d52567aec",
            "last_updated": "2023-12-21T10:13:18.396127-05:00",
            "created_at": "2023-12-19T08:53:00.737281-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84982ea1-c889-4a2b-ad34-1ef68c068b51/?format=api"
        },
        {
            "id": "f2b999c9-ea91-4f85-aea5-51f37a66d8a0",
            "gambit_id": "a9138976-c5be-4716-b17a-88cdd440ab5a",
            "last_updated": "2023-12-21T10:13:18.406375-05:00",
            "created_at": "2023-12-19T08:53:00.743101-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84982ea1-c889-4a2b-ad34-1ef68c068b51/?format=api"
        }
    ]
}