GET /api/bet_types/20fbcc9d-760c-4b32-ba27-b29a0fcac680/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20fbcc9d-760c-4b32-ba27-b29a0fcac680",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c9f54f3-cef5-4f62-9df8-df91c343d13c/?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 Over 2.5",
                "amount": 5583.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 8876.97,
        "profit_sb": -123.03,
        "profit_sb_percentage": -1.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebdb8c07-5d1c-4849-b536-9a873bc5479c",
            "gambit_id": "3584bc27-1454-44aa-aea0-3ce818bbe829",
            "last_updated": "2022-11-07T10:23:13.785498-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.59000",
            "odds": "1.67000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20fbcc9d-760c-4b32-ba27-b29a0fcac680/?format=api"
        },
        {
            "id": "68d4e7e9-bdfa-4d07-b4e7-965b09e5fc2d",
            "gambit_id": "0ff12419-fc8b-42d5-abd3-08b7e21180ec",
            "last_updated": "2022-11-07T10:23:13.784442-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20fbcc9d-760c-4b32-ba27-b29a0fcac680/?format=api"
        }
    ]
}