GET /api/bet_types/9f6b4e5b-c7e2-4494-ae3c-fba57b49377a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f6b4e5b-c7e2-4494-ae3c-fba57b49377a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c172598-558e-4b00-be45-3dc07607bcc4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-10T09:02:09.332919-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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "88a5adac-f511-4a25-be68-e65bd486b838",
            "gambit_id": "7c490973-6156-400b-898c-fe639bcbf7d2",
            "last_updated": "2023-02-11T17:52:31.182181-05:00",
            "created_at": "2023-02-10T09:02:09.334308-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f6b4e5b-c7e2-4494-ae3c-fba57b49377a/?format=api"
        },
        {
            "id": "021021fb-77f5-4a2f-861e-f5a096f7010d",
            "gambit_id": "f9cd933c-abcb-443b-8450-5a3231e0add0",
            "last_updated": "2023-02-11T17:52:31.183351-05:00",
            "created_at": "2023-02-10T09:02:09.335642-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f6b4e5b-c7e2-4494-ae3c-fba57b49377a/?format=api"
        }
    ]
}