GET /api/bet_types/3da5cffb-4bfd-4b7c-b6d4-a9ea8167213f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3da5cffb-4bfd-4b7c-b6d4-a9ea8167213f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4fc53496-0b9f-49a7-927c-5f9a64dfce6b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-20T11:42:14.506913-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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b638661-fe8a-49af-b1e5-26571afd5af4",
            "gambit_id": "9c87559d-622a-458e-9ca7-01c92513079b",
            "last_updated": "2023-04-21T14:47:28.897943-04:00",
            "created_at": "2023-04-20T11:42:14.508613-04:00",
            "name": "Game Total Under 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3da5cffb-4bfd-4b7c-b6d4-a9ea8167213f/?format=api"
        },
        {
            "id": "d6915386-5557-4bb3-9c8e-b31ccda20838",
            "gambit_id": "a3e51eef-d761-4a04-8ec2-1e7039a319c0",
            "last_updated": "2023-04-21T14:47:28.900202-04:00",
            "created_at": "2023-04-20T11:42:14.510364-04:00",
            "name": "Game Total Over 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3da5cffb-4bfd-4b7c-b6d4-a9ea8167213f/?format=api"
        }
    ]
}