GET /api/bet_types/d26d76ad-6788-4cf0-80f2-19133d29f16e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d26d76ad-6788-4cf0-80f2-19133d29f16e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0bd50c1-21b2-4792-a990-7a000af753c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:15.873953-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a553842-c144-4195-9c37-1786db1e0a62",
            "gambit_id": "65514cc1-deed-4c7a-b7d0-c0eebf59d52c",
            "last_updated": "2022-12-28T11:32:07.064682-05:00",
            "created_at": "2022-12-27T08:57:15.875111-05:00",
            "name": "Boston Celtics",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d26d76ad-6788-4cf0-80f2-19133d29f16e/?format=api"
        },
        {
            "id": "e927218b-4e44-41bc-a44f-6f4a73daf273",
            "gambit_id": "23a8887b-889b-44f2-bc17-63be232d59ca",
            "last_updated": "2022-12-28T11:32:07.065910-05:00",
            "created_at": "2022-12-27T08:57:15.876325-05:00",
            "name": "Houston Rockets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d26d76ad-6788-4cf0-80f2-19133d29f16e/?format=api"
        }
    ]
}