GET /api/bet_types/2ed04cdc-4698-4092-bd15-9dfc8cc88901/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ed04cdc-4698-4092-bd15-9dfc8cc88901",
    "match": "https://api-prod.gambitprofit.com/api/matches/6191e4f3-97d4-4526-8dfa-bfbee610f09b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:11.165053-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e97142c0-aa78-452a-b5b5-520b7a1887fe",
            "gambit_id": "8136d34f-6054-4495-a8a4-9be93a1d5032",
            "last_updated": "2024-01-26T20:58:22.828852-05:00",
            "created_at": "2024-01-25T13:28:11.174468-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed04cdc-4698-4092-bd15-9dfc8cc88901/?format=api"
        },
        {
            "id": "35834d9f-bfc0-4426-9f21-ad6a62ae856c",
            "gambit_id": "a3b82bad-ffe1-48c6-aa12-d692873a4813",
            "last_updated": "2024-01-26T20:58:22.832256-05:00",
            "created_at": "2024-01-25T13:28:11.170629-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ed04cdc-4698-4092-bd15-9dfc8cc88901/?format=api"
        }
    ]
}