GET /api/bet_types/2abcb7c1-73ac-4c3b-b791-d9003abb0107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2abcb7c1-73ac-4c3b-b791-d9003abb0107",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f5133da-0c57-4da6-a747-34fbafe4432f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-01T09:22:01.655903-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": "51020375-d2b6-4b7b-93d9-97d65bd18388",
            "gambit_id": "3ffc0ac0-2e4a-4eeb-a9df-917677a0c511",
            "last_updated": "2023-01-02T12:47:00.742550-05:00",
            "created_at": "2023-01-01T09:22:01.657199-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/2abcb7c1-73ac-4c3b-b791-d9003abb0107/?format=api"
        },
        {
            "id": "eddc498a-256c-47aa-b075-beac8b0e66b2",
            "gambit_id": "7e3117e2-6da4-4d29-a482-239ffdc59d6e",
            "last_updated": "2023-01-02T12:47:00.743720-05:00",
            "created_at": "2023-01-01T09:22:01.658552-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/2abcb7c1-73ac-4c3b-b791-d9003abb0107/?format=api"
        }
    ]
}