GET /api/bet_types/f328ff17-1db7-4a94-b7a0-4ddd4234b8fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f328ff17-1db7-4a94-b7a0-4ddd4234b8fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9b87c86-de74-457e-8466-8a25b6b2a351/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-05T10:03:21.730126-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 Over 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7325ca48-8ca5-412e-ba98-f0e48e01c178",
            "gambit_id": "57a68db8-b799-4d29-93a3-a8cfbd0b884d",
            "last_updated": "2024-02-07T01:52:59.927690-05:00",
            "created_at": "2024-02-05T10:03:21.733470-05:00",
            "name": "Game Total Over 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f328ff17-1db7-4a94-b7a0-4ddd4234b8fc/?format=api"
        },
        {
            "id": "1ba61d25-edc9-465e-8b47-889872a05081",
            "gambit_id": "c7b8b1c1-ae16-4631-9f44-2afd4b141719",
            "last_updated": "2024-02-07T01:52:59.931115-05:00",
            "created_at": "2024-02-05T10:03:21.744188-05:00",
            "name": "Game Total Under 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f328ff17-1db7-4a94-b7a0-4ddd4234b8fc/?format=api"
        }
    ]
}