GET /api/bet_types/9abf0a14-7f1a-447e-9f5b-a65c7f6e45c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9abf0a14-7f1a-447e-9f5b-a65c7f6e45c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/56de0454-6fc6-4963-a5ed-9c7ae5855bc9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-27T08:13:18.838230-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f15a6e5c-d11a-4843-a708-53f9dbcc2b7c",
            "gambit_id": "b3995897-3870-4079-ae25-a60b1b16344b",
            "last_updated": "2023-08-29T09:08:32.083542-04:00",
            "created_at": "2023-08-27T08:13:18.845546-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9abf0a14-7f1a-447e-9f5b-a65c7f6e45c2/?format=api"
        },
        {
            "id": "16cdbaf6-2f9c-42fa-9cc0-25025d674cbe",
            "gambit_id": "904ed4e2-787e-4145-b047-11535bff5e30",
            "last_updated": "2023-08-29T09:08:32.079658-04:00",
            "created_at": "2023-08-27T08:13:18.841874-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9abf0a14-7f1a-447e-9f5b-a65c7f6e45c2/?format=api"
        }
    ]
}