GET /api/bet_types/3bc1e8ee-ccc0-49b8-9348-19b6c39aa236/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bc1e8ee-ccc0-49b8-9348-19b6c39aa236",
    "match": "https://api-prod.gambitprofit.com/api/matches/65a65488-49c5-4485-a864-0de9e5f6d928/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T11:07:03.853048-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 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec575977-745b-4a68-b68e-e6c8c2da80f0",
            "gambit_id": "f63aaecd-c4dd-4fbb-8bb6-8a0a4abf1496",
            "last_updated": "2023-03-27T09:37:10.152998-04:00",
            "created_at": "2023-03-24T11:07:03.855056-04:00",
            "name": "Game Total Under 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc1e8ee-ccc0-49b8-9348-19b6c39aa236/?format=api"
        },
        {
            "id": "a7b2df1f-fefa-4e95-951c-1d400669d81f",
            "gambit_id": "2704d0f4-f3b1-4f01-9b95-1b093fcd0795",
            "last_updated": "2023-03-27T09:37:10.155251-04:00",
            "created_at": "2023-03-24T11:07:03.857025-04:00",
            "name": "Game Total Over 46",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc1e8ee-ccc0-49b8-9348-19b6c39aa236/?format=api"
        }
    ]
}