GET /api/bet_types/eda17e7e-2fdb-403b-9de2-d58750da1f53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eda17e7e-2fdb-403b-9de2-d58750da1f53",
    "match": "https://api-prod.gambitprofit.com/api/matches/20622cea-3b98-445e-aa08-80404661d007/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:19.210476-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0de782e-5dc1-4c9f-af4f-8512cc60af42",
            "gambit_id": "f498f65c-0a77-432b-95e7-29879032f2ef",
            "last_updated": "2023-11-23T16:13:02.598494-05:00",
            "created_at": "2023-11-22T09:08:19.213759-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda17e7e-2fdb-403b-9de2-d58750da1f53/?format=api"
        },
        {
            "id": "7a48a63d-f40e-4082-8462-973b3af6784e",
            "gambit_id": "b80e408a-826b-438a-b81d-b5727d9287e4",
            "last_updated": "2023-11-23T16:13:02.601624-05:00",
            "created_at": "2023-11-22T09:08:19.217649-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eda17e7e-2fdb-403b-9de2-d58750da1f53/?format=api"
        }
    ]
}