GET /api/bet_types/659c6af4-5fe6-455c-ad4f-9c26b059d2d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "659c6af4-5fe6-455c-ad4f-9c26b059d2d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/081338da-6ba0-4013-9452-d597194e7c00/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-27T11:27:16.668658-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 Under 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5d64181-6b82-4ee5-91dc-a30e68fba84c",
            "gambit_id": "f606b0a9-f058-4152-a6ba-3a08cedb616f",
            "last_updated": "2023-03-28T11:06:56.810719-04:00",
            "created_at": "2023-03-27T11:27:16.671703-04:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/659c6af4-5fe6-455c-ad4f-9c26b059d2d9/?format=api"
        },
        {
            "id": "95f422be-0b24-467a-b976-2e76a64209b1",
            "gambit_id": "2c98e7b0-3857-4d24-90bc-f5222f95a239",
            "last_updated": "2023-03-28T11:06:56.812677-04:00",
            "created_at": "2023-03-27T11:27:16.675033-04:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/659c6af4-5fe6-455c-ad4f-9c26b059d2d9/?format=api"
        }
    ]
}