GET /api/bet_types/abb0d9fe-8897-4771-a48f-f6ebbe414490/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abb0d9fe-8897-4771-a48f-f6ebbe414490",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5a7d6b0-27e3-4736-bdaf-a6ff5ccc0254/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-20T11:47:00.751331-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": "Cincinnati Reds",
                "amount": 5107.0
            },
            {
                "team": "New York Yankees",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f6ac3dc-f12f-4422-b9c7-2dcb665bf82b",
            "gambit_id": "c6b589f0-dcaf-4491-9f10-014d067df42b",
            "last_updated": "2023-05-22T13:22:18.837116-04:00",
            "created_at": "2023-05-20T11:47:00.753064-04:00",
            "name": "Cincinnati Reds",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb0d9fe-8897-4771-a48f-f6ebbe414490/?format=api"
        },
        {
            "id": "a5480029-68ea-4737-97ec-e7aee24a4e50",
            "gambit_id": "366d6ca5-34ec-4315-8ef7-06a5ae649749",
            "last_updated": "2023-05-22T13:22:18.838674-04:00",
            "created_at": "2023-05-20T11:47:00.754896-04:00",
            "name": "New York Yankees",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb0d9fe-8897-4771-a48f-f6ebbe414490/?format=api"
        }
    ]
}