GET /api/bet_types/d813824a-a771-4522-abe6-47b4363295de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d813824a-a771-4522-abe6-47b4363295de",
    "match": "https://api-prod.gambitprofit.com/api/matches/dacc4e0c-4218-4514-b8cd-4c38853b67c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T09:37:10.752872-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b988f53-d87f-4c6e-8fc8-d220b2323641",
            "gambit_id": "585a637e-fc6e-4435-b161-0ba1645aaf67",
            "last_updated": "2023-03-15T10:12:12.098141-04:00",
            "created_at": "2023-03-14T09:37:10.754360-04:00",
            "name": "Game Total Under 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d813824a-a771-4522-abe6-47b4363295de/?format=api"
        },
        {
            "id": "647cd06a-61d3-4cac-9e9f-a38ec58b3c44",
            "gambit_id": "dc71ef88-aa69-41d9-985f-ebd14f1696ec",
            "last_updated": "2023-03-15T10:12:12.100728-04:00",
            "created_at": "2023-03-14T09:37:10.755847-04:00",
            "name": "Game Total Over 221.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d813824a-a771-4522-abe6-47b4363295de/?format=api"
        }
    ]
}