GET /api/bet_types/97a8bf30-6108-43d2-b956-4de6d6f6bd58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97a8bf30-6108-43d2-b956-4de6d6f6bd58",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e440f99-fb82-4fc8-93a8-d8913556b3e1/?format=api",
    "name": "Play the Odds",
    "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": "ATL",
                "amount": 5969.0
            },
            {
                "team": "WAS",
                "amount": 4031.0
            }
        ],
        "expected_reward_tokens": 9190.68,
        "profit_sb": 190.68,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a250a888-99bd-455f-8196-0a768a9d2b59",
            "gambit_id": "738b3174-6e6f-4662-8eb9-c132d50c05d2",
            "last_updated": "2022-09-21T15:57:18.666695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97a8bf30-6108-43d2-b956-4de6d6f6bd58/?format=api"
        },
        {
            "id": "b8f881cb-7d15-4d9c-9999-301fd3deea03",
            "gambit_id": "b87eb62a-c164-4c3a-a23a-bde5ce963f0c",
            "last_updated": "2022-09-21T15:57:18.667714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97a8bf30-6108-43d2-b956-4de6d6f6bd58/?format=api"
        }
    ]
}