GET /api/bet_types/a14791a1-a185-4e54-b2b2-9ae5baf53060/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a14791a1-a185-4e54-b2b2-9ae5baf53060",
    "match": "https://api-prod.gambitprofit.com/api/matches/f117ac5e-8959-40ae-a0af-9d64142a6cb0/?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": 5924.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4076.0
            }
        ],
        "expected_reward_tokens": 8885.68,
        "profit_sb": -114.32,
        "profit_sb_percentage": -1.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbe69464-873b-41e6-a346-0c04a092fb81",
            "gambit_id": "d914ce67-bc87-479c-a418-3dd105125e13",
            "last_updated": "2022-08-22T15:47:12.426973-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.50000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a14791a1-a185-4e54-b2b2-9ae5baf53060/?format=api"
        },
        {
            "id": "77325105-398c-4378-9192-c164adb83875",
            "gambit_id": "16720f70-2117-4d10-9d82-cff9e7c501df",
            "last_updated": "2022-08-22T15:47:12.426439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a14791a1-a185-4e54-b2b2-9ae5baf53060/?format=api"
        }
    ]
}