GET /api/bet_types/665cad65-b04b-4930-ab0b-37c0dcc5c531/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "665cad65-b04b-4930-ab0b-37c0dcc5c531",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fd80d93-0294-4def-b22a-a353d11e98af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:59.136506-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 2.5",
                "amount": 5148.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4852.0
            }
        ],
        "expected_reward_tokens": 9266.4,
        "profit_sb": -233.6,
        "profit_sb_percentage": -2.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba1deae6-ce86-45fd-9d9d-1492bab13e54",
            "gambit_id": "48b10c40-92bb-49a4-9860-ff4d2add785f",
            "last_updated": "2023-05-09T13:22:08.662430-04:00",
            "created_at": "2023-05-06T11:51:59.138269-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/665cad65-b04b-4930-ab0b-37c0dcc5c531/?format=api"
        },
        {
            "id": "378e42b6-7851-4eb2-b5f8-842b7053f9df",
            "gambit_id": "72a20d8f-41f2-4153-b227-78009ae71168",
            "last_updated": "2023-05-09T13:22:08.660240-04:00",
            "created_at": "2023-05-06T11:51:59.139971-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/665cad65-b04b-4930-ab0b-37c0dcc5c531/?format=api"
        }
    ]
}