GET /api/bet_types/d0e54ce4-5675-4190-a5de-6b022dfb2769/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0e54ce4-5675-4190-a5de-6b022dfb2769",
    "match": "https://api-prod.gambitprofit.com/api/matches/21795fca-b0c5-4c2b-b962-ec49c5c2ca6f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-03T09:56:52.806496-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": "PHI",
                "amount": 5512.0
            },
            {
                "team": "NYY",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "9c993552-4bf2-4469-9841-dcf73f576422",
            "gambit_id": "94817444-0687-4777-a55d-5705f8df72c0",
            "last_updated": "2023-04-04T19:32:04.936280-04:00",
            "created_at": "2023-04-03T09:56:52.809360-04:00",
            "name": "PHI",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e54ce4-5675-4190-a5de-6b022dfb2769/?format=api"
        },
        {
            "id": "c753a548-496d-4cc8-9442-3c006dce0e91",
            "gambit_id": "0aff0d22-f0c1-4f98-bb0e-0535eb988a4b",
            "last_updated": "2023-04-04T19:32:04.934957-04:00",
            "created_at": "2023-04-03T09:56:52.807853-04:00",
            "name": "NYY",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0e54ce4-5675-4190-a5de-6b022dfb2769/?format=api"
        }
    ]
}