GET /api/bet_types/201f0f55-7365-4be3-911b-b1d9e68995a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "201f0f55-7365-4be3-911b-b1d9e68995a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9340e12d-1c14-4c9c-a8e3-403bd6481ea8/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 58",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 58",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "cded8a48-ca11-49f8-88c4-7654ff41226a",
            "gambit_id": "c92618f6-c135-4e3b-92ce-2bd9dcfbe477",
            "last_updated": "2022-10-03T09:52:30.473734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 58",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201f0f55-7365-4be3-911b-b1d9e68995a9/?format=api"
        },
        {
            "id": "2fe6e74e-364f-470f-a3ff-b8d3a1a74a7e",
            "gambit_id": "7b5f00da-cfb6-4527-a02c-1fa13631d2f5",
            "last_updated": "2022-10-03T09:52:30.474787-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 58",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "58.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201f0f55-7365-4be3-911b-b1d9e68995a9/?format=api"
        }
    ]
}