GET /api/bet_types/0ba90e4d-2e61-41d3-9c24-94bf5c322f6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ba90e4d-2e61-41d3-9c24-94bf5c322f6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c12b4ae9-cbda-4b2e-b98e-c9237a719cd9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T22:07:04.395196-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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e897fe4-cde6-48e0-b254-6c5ff36d6b71",
            "gambit_id": "72112e05-d569-4f93-a0eb-4651b596638e",
            "last_updated": "2023-04-10T15:02:09.913581-04:00",
            "created_at": "2023-04-04T22:07:04.400852-04:00",
            "name": "Game Total Over 45.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba90e4d-2e61-41d3-9c24-94bf5c322f6d/?format=api"
        },
        {
            "id": "fcc0e4b0-a6de-4845-81a8-32c0911814cf",
            "gambit_id": "8bbc0ec0-c741-44b8-b000-44ca6478bcf3",
            "last_updated": "2023-04-10T15:02:09.911084-04:00",
            "created_at": "2023-04-04T22:07:04.397665-04:00",
            "name": "Game Total Under 45.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ba90e4d-2e61-41d3-9c24-94bf5c322f6d/?format=api"
        }
    ]
}