GET /api/bet_types/31206d8e-8128-4e48-ab15-1667e4bf17aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31206d8e-8128-4e48-ab15-1667e4bf17aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d1e9132-872d-4c3d-8dad-618846948cd8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-26T09:23:24.590495-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 Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbf2b1ea-286b-4714-8dfd-cf5bb435cb17",
            "gambit_id": "feb91b73-94dd-4d52-9c6a-1cd99557ad03",
            "last_updated": "2023-08-28T16:23:33.461130-04:00",
            "created_at": "2023-08-26T09:23:24.593958-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31206d8e-8128-4e48-ab15-1667e4bf17aa/?format=api"
        },
        {
            "id": "419a777d-7ee3-46b9-93ce-5c1ccb02079d",
            "gambit_id": "dafbb055-864e-4f39-abf6-b71d544899dd",
            "last_updated": "2023-08-28T16:23:33.464901-04:00",
            "created_at": "2023-08-26T09:23:24.598428-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31206d8e-8128-4e48-ab15-1667e4bf17aa/?format=api"
        }
    ]
}