GET /api/bet_types/4afe4caa-d083-4c4e-bf6a-a5aa26a501a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4afe4caa-d083-4c4e-bf6a-a5aa26a501a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0143bbd2-f4ef-43fa-9f14-48e6401a655c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-12T09:03:11.980551-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "69eaa54f-d67c-4c36-aeba-4db2d09fac0a",
            "gambit_id": "c39af484-591c-4d7e-b9c3-4b198697b527",
            "last_updated": "2023-06-13T10:48:25.871566-04:00",
            "created_at": "2023-06-12T09:03:11.982531-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4afe4caa-d083-4c4e-bf6a-a5aa26a501a8/?format=api"
        },
        {
            "id": "6c73a89f-1a96-4615-b2b9-765f8432b34f",
            "gambit_id": "f4106966-c199-4f6a-a088-00f373d9f37b",
            "last_updated": "2023-06-13T10:48:25.868897-04:00",
            "created_at": "2023-06-12T09:03:11.984230-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4afe4caa-d083-4c4e-bf6a-a5aa26a501a8/?format=api"
        }
    ]
}