GET /api/bet_types/9a9fa259-d902-4797-9f51-de436eb6e3e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a9fa259-d902-4797-9f51-de436eb6e3e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f2e6230-b40f-4fc8-91fb-15d24ebe218b/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-30T10:27:09.834953-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 6.5",
                "amount": 5196.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "29fb335d-f766-4385-92c4-247e876e8a01",
            "gambit_id": "b8bb7c91-62b9-443b-aea7-da9ce2404910",
            "last_updated": "2022-12-31T16:56:57.387297-05:00",
            "created_at": "2022-12-30T10:27:09.836211-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a9fa259-d902-4797-9f51-de436eb6e3e4/?format=api"
        },
        {
            "id": "01cf0032-6067-4c43-a4ed-4975ad156c72",
            "gambit_id": "f7d21f11-5c9d-43f1-93b5-0fba116e3b63",
            "last_updated": "2022-12-31T16:56:57.388381-05:00",
            "created_at": "2022-12-30T10:27:09.837444-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a9fa259-d902-4797-9f51-de436eb6e3e4/?format=api"
        }
    ]
}