GET /api/bet_types/d58a9206-9470-4a72-961e-624815d24e8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d58a9206-9470-4a72-961e-624815d24e8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bb10049-f321-45dd-b668-f3ba46d00e48/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 65.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 65.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7d032cc-f634-483c-bc09-1312fb9188a7",
            "gambit_id": "8fe32232-dd2e-4f11-91e7-0d083f7d88a5",
            "last_updated": "2022-11-04T09:03:10.922685-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d58a9206-9470-4a72-961e-624815d24e8f/?format=api"
        },
        {
            "id": "4ff45a4b-87d0-4298-9114-5701c621a60d",
            "gambit_id": "5988b3e3-674f-4602-954a-04dcd67b6ad2",
            "last_updated": "2022-11-04T09:03:10.923825-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "65.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d58a9206-9470-4a72-961e-624815d24e8f/?format=api"
        }
    ]
}