GET /api/bet_types/1515e15e-d86c-4703-8dc4-5b96767c50c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1515e15e-d86c-4703-8dc4-5b96767c50c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/18cb0256-fdc7-470f-b270-6cec5689d86f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:56.480794-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 7",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb349499-3519-4e45-8be9-916c534c608c",
            "gambit_id": "6ea19634-3fcc-4226-8d1d-6d344a02f399",
            "last_updated": "2023-05-07T11:57:18.512501-04:00",
            "created_at": "2023-05-06T11:51:56.482342-04:00",
            "name": "Game Total Under 7",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1515e15e-d86c-4703-8dc4-5b96767c50c4/?format=api"
        },
        {
            "id": "9dcc71b6-3ffe-49bf-a106-4160c27488ea",
            "gambit_id": "f4c96517-ca34-4993-a0f6-62180c396ded",
            "last_updated": "2023-05-07T11:57:18.514033-04:00",
            "created_at": "2023-05-06T11:51:56.483952-04:00",
            "name": "Game Total Over 7",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1515e15e-d86c-4703-8dc4-5b96767c50c4/?format=api"
        }
    ]
}