GET /api/bet_types/b5b890d3-d1c3-4a2c-b57d-392317bf526d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5b890d3-d1c3-4a2c-b57d-392317bf526d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f5ac2a1-3547-4c0b-87a7-8211ea5ed767/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-01T09:18:22.483000-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "98c52a2d-5b46-4493-82ac-4c754386e742",
            "gambit_id": "8625daba-1e84-40af-88ef-7d72be663d47",
            "last_updated": "2023-10-08T15:07:59.218230-04:00",
            "created_at": "2023-10-01T09:18:22.487651-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5b890d3-d1c3-4a2c-b57d-392317bf526d/?format=api"
        },
        {
            "id": "7556774f-8241-4940-930c-d83892333fd1",
            "gambit_id": "c61b0531-a450-4f0a-b72b-dd67db3ea0ac",
            "last_updated": "2023-10-08T15:07:59.221542-04:00",
            "created_at": "2023-10-01T09:18:22.493951-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5b890d3-d1c3-4a2c-b57d-392317bf526d/?format=api"
        }
    ]
}