GET /api/bet_types/6341b311-968b-46f4-bba9-6b34efe5b825/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6341b311-968b-46f4-bba9-6b34efe5b825",
    "match": "https://api-prod.gambitprofit.com/api/matches/4137b797-1e7a-456c-8ed4-ac1a23743266/?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 6.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "a134f579-a495-4963-98fe-2793d49bac67",
            "gambit_id": "47ad8306-5824-48f4-aade-e43168c08947",
            "last_updated": "2022-08-16T11:46:48.273858-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6341b311-968b-46f4-bba9-6b34efe5b825/?format=api"
        },
        {
            "id": "0d3bcece-9ead-475e-b160-1e824e55f1ad",
            "gambit_id": "f263560e-7e4e-4120-8d40-6d9ab30779b7",
            "last_updated": "2022-08-16T11:46:48.274493-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6341b311-968b-46f4-bba9-6b34efe5b825/?format=api"
        }
    ]
}