GET /api/bet_types/19769950-bdb0-4c14-8f9a-7ce19759eec6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19769950-bdb0-4c14-8f9a-7ce19759eec6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d6edd09-cedd-4b83-bd7b-6edf63eee16c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-16T08:22:58.535846-04: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": 5867.0
            },
            {
                "team": "STL",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f626fc9-dce3-476d-bb83-a21070cd3416",
            "gambit_id": "68426810-c255-4f2e-8a69-9ac104d92888",
            "last_updated": "2023-06-17T15:03:04.230781-04:00",
            "created_at": "2023-06-16T08:22:58.541485-04:00",
            "name": "NYM",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19769950-bdb0-4c14-8f9a-7ce19759eec6/?format=api"
        },
        {
            "id": "249c4d97-93c3-4703-8e31-94a55dcf38b8",
            "gambit_id": "9cbe0101-ff3b-4dad-ba87-f8a39bf29ebe",
            "last_updated": "2023-06-17T15:03:04.228677-04:00",
            "created_at": "2023-06-16T08:22:58.538583-04:00",
            "name": "STL",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19769950-bdb0-4c14-8f9a-7ce19759eec6/?format=api"
        }
    ]
}