GET /api/bet_types/a47031c5-e6b0-401a-9b11-376ad0487f2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a47031c5-e6b0-401a-9b11-376ad0487f2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d321618b-83b3-4b4f-9f28-9f8603889309/?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 8",
                "amount": 5109.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "b9be54e6-2c59-4c44-9f35-ad1ea96b2ace",
            "gambit_id": "68402cce-e47f-446b-b6b9-756ed8544e23",
            "last_updated": "2022-08-05T10:06:54.926839-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a47031c5-e6b0-401a-9b11-376ad0487f2f/?format=api"
        },
        {
            "id": "969ef060-9942-4aa6-a4f6-255eec54e3a7",
            "gambit_id": "c9b786bf-52f7-4067-bb98-34509a3bc8b7",
            "last_updated": "2022-08-05T10:06:54.927348-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a47031c5-e6b0-401a-9b11-376ad0487f2f/?format=api"
        }
    ]
}