GET /api/bet_types/54f9b2b7-5a34-4df7-a0c8-ef2fb698c3e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54f9b2b7-5a34-4df7-a0c8-ef2fb698c3e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab0696e-644e-4ba4-a0a3-61382ca0eff1/?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 Under 6",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "96442d02-4257-495c-8ee7-37463501d285",
            "gambit_id": "d79ee8bb-b2d5-4d51-b1cd-13f21172ec44",
            "last_updated": "2022-11-28T11:21:55.527421-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54f9b2b7-5a34-4df7-a0c8-ef2fb698c3e8/?format=api"
        },
        {
            "id": "0c655793-14fb-4ad9-88a5-1ae6d4c1174e",
            "gambit_id": "454917e2-2599-42ae-b67b-5ac58680f5b5",
            "last_updated": "2022-11-28T11:21:55.528528-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54f9b2b7-5a34-4df7-a0c8-ef2fb698c3e8/?format=api"
        }
    ]
}