GET /api/bet_types/67fd1199-31fe-44a1-b2cd-b1d38afb9979/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67fd1199-31fe-44a1-b2cd-b1d38afb9979",
    "match": "https://api-prod.gambitprofit.com/api/matches/04b5eed7-bafc-4719-b792-04ddb9405c8d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-05T09:47:04.187594-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea32e0ae-4e3e-4446-aee5-942f22e1ff76",
            "gambit_id": "23c5f12e-323f-43be-9b88-415d29406045",
            "last_updated": "2023-02-06T09:06:57.005875-05:00",
            "created_at": "2023-02-05T09:47:04.188876-05:00",
            "name": "Game Total Under 231",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67fd1199-31fe-44a1-b2cd-b1d38afb9979/?format=api"
        },
        {
            "id": "7f9e4df9-2cd4-4154-841a-22e1fce97f68",
            "gambit_id": "dc65b3e2-aaed-4a7a-bcd3-114512ff9010",
            "last_updated": "2023-02-06T09:06:57.007326-05:00",
            "created_at": "2023-02-05T09:47:04.190246-05:00",
            "name": "Game Total Over 231",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67fd1199-31fe-44a1-b2cd-b1d38afb9979/?format=api"
        }
    ]
}