GET /api/bet_types/b31e4cd2-5ea3-4777-8516-c30e18859fbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b31e4cd2-5ea3-4777-8516-c30e18859fbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/76e6a50f-0150-4548-a56f-9cb5b01cbb37/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-01T09:22:01.343476-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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "85f452a3-cc28-4063-ba9c-5a065114a18b",
            "gambit_id": "e82120c3-8963-4bc7-bd0e-9fa5032ded1e",
            "last_updated": "2023-01-02T12:42:01.000644-05:00",
            "created_at": "2023-01-01T09:22:01.344730-05:00",
            "name": "Game Total Under 40.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b31e4cd2-5ea3-4777-8516-c30e18859fbb/?format=api"
        },
        {
            "id": "681e81e9-e5ea-4a32-aad3-5bdff03bbe4e",
            "gambit_id": "731aeb2a-b608-4c63-b892-5acc28e8a5d6",
            "last_updated": "2023-01-02T12:42:01.001781-05:00",
            "created_at": "2023-01-01T09:22:01.345978-05:00",
            "name": "Game Total Over 40.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b31e4cd2-5ea3-4777-8516-c30e18859fbb/?format=api"
        }
    ]
}