GET /api/bet_types/9c00e8c8-e4a4-46d9-9b5a-f32a543377c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c00e8c8-e4a4-46d9-9b5a-f32a543377c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc231f59-5bfa-4f46-a863-25415deaae57/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-11T09:32:16.968161-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 Over 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac8e8887-280b-4371-8c77-1ef69cceb594",
            "gambit_id": "0800dc20-e692-49ce-b79f-75bb18c96bcf",
            "last_updated": "2023-03-13T13:17:01.337462-04:00",
            "created_at": "2023-03-11T09:32:16.971938-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c00e8c8-e4a4-46d9-9b5a-f32a543377c7/?format=api"
        },
        {
            "id": "bd910773-4bcd-43b3-81e2-aa26453d6792",
            "gambit_id": "1bbf833f-52ef-465a-bb68-b4736bd2d59d",
            "last_updated": "2023-03-13T13:17:01.335412-04:00",
            "created_at": "2023-03-11T09:32:16.969968-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c00e8c8-e4a4-46d9-9b5a-f32a543377c7/?format=api"
        }
    ]
}