GET /api/bet_types/601cea0e-277a-4822-9cf8-7d287d1e8fc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "601cea0e-277a-4822-9cf8-7d287d1e8fc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/67a509e6-f129-471a-92e7-efa323ff376a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T11:46:59.343317-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 Under 2.5",
                "amount": 5984.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9275.2,
        "profit_sb": -224.8,
        "profit_sb_percentage": -2.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e1bded3-3007-4106-8238-cc623cdb1951",
            "gambit_id": "af9c8f69-8a3b-43d4-923e-3d6213cb6821",
            "last_updated": "2023-02-26T11:57:00.867205-05:00",
            "created_at": "2023-02-23T11:46:59.344649-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.55000",
            "odds": "1.57000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/601cea0e-277a-4822-9cf8-7d287d1e8fc3/?format=api"
        },
        {
            "id": "4e0263a0-c3df-467c-8e86-69aafa16ec2f",
            "gambit_id": "7757030c-bd56-4258-a9b1-f07fde11c717",
            "last_updated": "2023-02-26T11:57:00.868315-05:00",
            "created_at": "2023-02-23T11:46:59.345935-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/601cea0e-277a-4822-9cf8-7d287d1e8fc3/?format=api"
        }
    ]
}