GET /api/bet_types/cd0fcb2e-ccde-4716-9c87-782bcf7c1db3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd0fcb2e-ccde-4716-9c87-782bcf7c1db3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad9e36fd-b42f-4dd3-9331-b096171c5336/?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 Under 58.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 58.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "581fbf1c-7c54-4f6e-a0bb-f109f493bb84",
            "gambit_id": "d56d666d-95a2-44f5-b591-0adb39d89b96",
            "last_updated": "2022-09-05T09:47:27.953844-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 58.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd0fcb2e-ccde-4716-9c87-782bcf7c1db3/?format=api"
        },
        {
            "id": "56fd2c90-2fb6-4998-9f31-9acf0d6eea9a",
            "gambit_id": "54e6747e-63b4-46b7-adaa-53082d1b1caa",
            "last_updated": "2022-09-05T09:47:27.955020-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 58.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd0fcb2e-ccde-4716-9c87-782bcf7c1db3/?format=api"
        }
    ]
}