GET /api/bet_types/9b470c6f-6484-4f0d-be14-d63e081dd816/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b470c6f-6484-4f0d-be14-d63e081dd816",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e24bc5b-2f57-4311-a838-6b7dcf2bd015/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:03.905408-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 241",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 241",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4bcd352b-dbff-4abc-b78c-c4f32dc1b830",
            "gambit_id": "358657fa-0cdc-435c-baf4-e847571d7b8a",
            "last_updated": "2023-12-28T18:33:09.695297-05:00",
            "created_at": "2023-12-27T09:03:03.914603-05:00",
            "name": "Game Total Over 241",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b470c6f-6484-4f0d-be14-d63e081dd816/?format=api"
        },
        {
            "id": "2db0c6f0-8fa7-4afd-8e76-d55235952d5f",
            "gambit_id": "50834e3a-c491-42db-877e-3ef8d7552839",
            "last_updated": "2023-12-28T18:33:09.698628-05:00",
            "created_at": "2023-12-27T09:03:03.910073-05:00",
            "name": "Game Total Under 241",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b470c6f-6484-4f0d-be14-d63e081dd816/?format=api"
        }
    ]
}