GET /api/bet_types/a5271ef1-bff2-45e3-ab80-588f871e080b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5271ef1-bff2-45e3-ab80-588f871e080b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b44d3818-05dd-44f4-9e88-d6bdb7c535b6/?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": "CLE",
                "amount": 6335.0
            },
            {
                "team": "NYY",
                "amount": 3665.0
            }
        ],
        "expected_reward_tokens": 9565.65,
        "profit_sb": 65.65,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "c18d48d7-c28f-4792-80e5-6d3f0167b102",
            "gambit_id": "acec8585-bf15-407a-a392-279c0dafd7a1",
            "last_updated": "2022-10-15T18:57:02.117705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5271ef1-bff2-45e3-ab80-588f871e080b/?format=api"
        },
        {
            "id": "697141f4-edf7-4e5c-8965-f87234a49d04",
            "gambit_id": "7a45fc79-eb9b-4dfd-bd60-e9aee703090f",
            "last_updated": "2022-10-15T18:57:02.116727-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.61000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5271ef1-bff2-45e3-ab80-588f871e080b/?format=api"
        }
    ]
}