GET /api/bet_types/52ca5dbf-9013-4002-a303-d657ca196f97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52ca5dbf-9013-4002-a303-d657ca196f97",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ba3287e-ad5b-4180-b3cf-e707f5edbbbb/?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": "NYM",
                "amount": 5580.0
            },
            {
                "team": "LOS",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "974e627e-a86f-4c9b-9845-9a14da78785d",
            "gambit_id": "40f8d1a7-ffa1-43cf-8237-e64e88aacb7d",
            "last_updated": "2022-08-31T11:57:19.008403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ca5dbf-9013-4002-a303-d657ca196f97/?format=api"
        },
        {
            "id": "899df429-2f68-4835-acf0-ece7032bd590",
            "gambit_id": "20e4e525-872f-474a-b583-5f1d10c24ce8",
            "last_updated": "2022-08-31T11:57:19.008839-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52ca5dbf-9013-4002-a303-d657ca196f97/?format=api"
        }
    ]
}