GET /api/bet_types/0aa67475-874e-479c-b058-491e95ddb946/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0aa67475-874e-479c-b058-491e95ddb946",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2f03e60-def1-4baf-b83f-0ca63f21c137/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-28T10:03:14.298814-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 7",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "150341d4-6bb0-437e-8a5c-f3f60bad4227",
            "gambit_id": "d19ecef3-7dca-4636-a726-6be7c908d955",
            "last_updated": "2023-12-30T16:18:08.316788-05:00",
            "created_at": "2023-12-28T10:03:14.306002-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aa67475-874e-479c-b058-491e95ddb946/?format=api"
        },
        {
            "id": "dcc0fb3e-5939-48a9-ab8f-157fda78cee4",
            "gambit_id": "42619dd7-11d1-4dd3-9f8b-49807a602546",
            "last_updated": "2023-12-30T16:18:08.313398-05:00",
            "created_at": "2023-12-28T10:03:14.302257-05:00",
            "name": "Game Total Over 7",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aa67475-874e-479c-b058-491e95ddb946/?format=api"
        }
    ]
}