GET /api/bet_types/397104a5-c4b9-4b98-bbcd-a01f37c69e3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "397104a5-c4b9-4b98-bbcd-a01f37c69e3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/85ad373a-2fe9-4d9f-81b5-60a4121eb260/?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": 5153.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4847.0
            }
        ],
        "expected_reward_tokens": 8966.22,
        "profit_sb": -33.78,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "658cef5c-7701-400b-82c3-e7fe240212e8",
            "gambit_id": "afdd6c4d-0a8a-4d01-b496-bec2d447464e",
            "last_updated": "2022-12-24T17:12:17.107318-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.74000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/397104a5-c4b9-4b98-bbcd-a01f37c69e3c/?format=api"
        },
        {
            "id": "cc2b3fa2-1ef1-4e4f-80f0-ff8f6ea766e9",
            "gambit_id": "50c0a05b-bc6a-4d58-b3b9-4e86fc2f5bf8",
            "last_updated": "2022-12-24T17:12:17.105968-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.85000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/397104a5-c4b9-4b98-bbcd-a01f37c69e3c/?format=api"
        }
    ]
}