GET /api/bet_types/de25b4c8-b79f-4c40-bcb1-ba6123527bed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de25b4c8-b79f-4c40-bcb1-ba6123527bed",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e00b5a0-8481-4dad-a3f3-64deef06505c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:51.179133-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": "TOR",
                "amount": 6020.0
            },
            {
                "team": "NYY",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "690d55eb-6cd5-448b-88c2-6ae291b86251",
            "gambit_id": "8462b402-da26-4f72-913c-4ef229d30bad",
            "last_updated": "2023-05-18T11:47:19.835964-04:00",
            "created_at": "2023-05-17T11:06:51.180916-04:00",
            "name": "TOR",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de25b4c8-b79f-4c40-bcb1-ba6123527bed/?format=api"
        },
        {
            "id": "702b41e2-91b1-45cd-85d3-6e7642517a64",
            "gambit_id": "6a80fdde-852a-4f25-a81b-b9a17dba319f",
            "last_updated": "2023-05-18T11:47:19.837155-04:00",
            "created_at": "2023-05-17T11:06:51.182667-04:00",
            "name": "NYY",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de25b4c8-b79f-4c40-bcb1-ba6123527bed/?format=api"
        }
    ]
}