GET /api/bet_types/de9c8d6a-88dc-4587-a152-8c4b65921798/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de9c8d6a-88dc-4587-a152-8c4b65921798",
    "match": "https://api-prod.gambitprofit.com/api/matches/5353d2d7-af10-48eb-a36b-271f77bc36bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-21T08:58:03.875999-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 Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "774a82e7-e8ff-457e-8444-d8c791718798",
            "gambit_id": "3f5fbcee-d62c-4ca1-835b-c09dd7e2e619",
            "last_updated": "2023-09-23T10:18:10.063023-04:00",
            "created_at": "2023-09-21T08:58:03.886201-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de9c8d6a-88dc-4587-a152-8c4b65921798/?format=api"
        },
        {
            "id": "ae69287d-c75f-44e5-b6fa-29e7e9fedbb5",
            "gambit_id": "9ccd86b3-cf6b-4e8f-ad0d-d28c25561820",
            "last_updated": "2023-09-23T10:18:10.058131-04:00",
            "created_at": "2023-09-21T08:58:03.880778-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de9c8d6a-88dc-4587-a152-8c4b65921798/?format=api"
        }
    ]
}