GET /api/bet_types/ad331092-0573-4e46-9547-e7fe637d62e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad331092-0573-4e46-9547-e7fe637d62e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fdd2261-fef3-4ad5-92ed-3d54f96c13cd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:08:01.697260-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 209.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 209.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fff99597-c07f-454b-8ded-0dc77ddf15b2",
            "gambit_id": "ed4c159c-909c-4c1d-9f94-1c66b8610ecd",
            "last_updated": "2023-11-27T10:08:24.268572-05:00",
            "created_at": "2023-11-24T09:08:01.707107-05:00",
            "name": "Game Total Over 209.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "209.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad331092-0573-4e46-9547-e7fe637d62e2/?format=api"
        },
        {
            "id": "bfd48c5c-f8c2-4036-80d9-96ad866c3761",
            "gambit_id": "7e2829aa-38a2-4efc-a890-a07575e6910b",
            "last_updated": "2023-11-27T10:08:24.276226-05:00",
            "created_at": "2023-11-24T09:08:01.713178-05:00",
            "name": "Game Total Under 209.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "209.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad331092-0573-4e46-9547-e7fe637d62e2/?format=api"
        }
    ]
}