GET /api/bet_types/8edd3b78-3dda-4bc9-bd38-af7e23dc312c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8edd3b78-3dda-4bc9-bd38-af7e23dc312c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6108f2e3-5cc7-41d9-8f8c-cda1798ec348/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-30T09:36:55.981503-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ef05dbc-e688-4c5f-8f5c-3dfebd5a3384",
            "gambit_id": "0db5dc03-cafe-4445-accc-6a7e97422a32",
            "last_updated": "2023-03-31T14:37:26.116842-04:00",
            "created_at": "2023-03-30T09:36:55.984383-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8edd3b78-3dda-4bc9-bd38-af7e23dc312c/?format=api"
        },
        {
            "id": "4f06e08f-3196-4f99-8f22-c5d5070a058e",
            "gambit_id": "6ddfc50a-676e-438e-96ef-0c25038ef7b4",
            "last_updated": "2023-03-31T14:37:26.113091-04:00",
            "created_at": "2023-03-30T09:36:55.982965-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8edd3b78-3dda-4bc9-bd38-af7e23dc312c/?format=api"
        }
    ]
}