GET /api/bet_types/d61600bb-6b65-4dc9-9e6d-6505d622b3a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d61600bb-6b65-4dc9-9e6d-6505d622b3a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed087191-f854-4553-b2a2-22d2a0ba6a95/?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": "WAS",
                "amount": 5984.0
            },
            {
                "team": "CIN",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9275.2,
        "profit_sb": 275.2,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "4140a3b3-90e0-4425-9200-f15d7b58ee48",
            "gambit_id": "bdfd9c17-d59f-4292-bbf2-f01d08490efb",
            "last_updated": "2022-08-29T13:17:09.557197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.55000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d61600bb-6b65-4dc9-9e6d-6505d622b3a1/?format=api"
        },
        {
            "id": "7811afc8-ad3b-4884-b88b-5020dc034b72",
            "gambit_id": "05f28903-42c8-4afe-9856-4816c5833da9",
            "last_updated": "2022-08-29T13:17:09.557701-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.31000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d61600bb-6b65-4dc9-9e6d-6505d622b3a1/?format=api"
        }
    ]
}