GET /api/bet_types/66d12d2b-1756-4c0a-bd10-18ec59baf35f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66d12d2b-1756-4c0a-bd10-18ec59baf35f",
    "match": "https://api-prod.gambitprofit.com/api/matches/70981dc4-3124-4ee1-a6fd-db3490d96f56/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9222.84,
        "profit_sb": -277.16,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fcfa72b-e08b-40b5-adb0-dab50116206f",
            "gambit_id": "2fc93359-d459-4a7c-ad4f-cfecf6a0e550",
            "last_updated": "2022-10-31T12:27:08.495740-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66d12d2b-1756-4c0a-bd10-18ec59baf35f/?format=api"
        },
        {
            "id": "682d4f6f-3241-422a-823b-0781e7395b67",
            "gambit_id": "6d357984-fd02-4901-824b-d38b59d6a77a",
            "last_updated": "2022-10-31T12:27:08.494619-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66d12d2b-1756-4c0a-bd10-18ec59baf35f/?format=api"
        }
    ]
}