GET /api/bet_types/902d35cb-4d28-4251-a291-d8cca47d3cc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "902d35cb-4d28-4251-a291-d8cca47d3cc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/dbb29f2d-55c0-4ede-8d0c-eb7377533a95/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-05T09:22:21.855816-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": "BAL",
                "amount": 5317.0
            },
            {
                "team": "TEX",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a65c907-10ce-47a2-94c3-033e83e544a5",
            "gambit_id": "2d7a0547-419e-4de3-8392-c810c7bda0c6",
            "last_updated": "2023-04-06T11:37:06.197499-04:00",
            "created_at": "2023-04-05T09:22:21.860726-04:00",
            "name": "BAL",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902d35cb-4d28-4251-a291-d8cca47d3cc6/?format=api"
        },
        {
            "id": "a1a0d26f-f9b5-40d7-b056-c6b3a27161f4",
            "gambit_id": "d4c3acc1-208b-41cb-a0e2-d69c070dcbad",
            "last_updated": "2023-04-06T11:37:06.195993-04:00",
            "created_at": "2023-04-05T09:22:21.858171-04:00",
            "name": "TEX",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/902d35cb-4d28-4251-a291-d8cca47d3cc6/?format=api"
        }
    ]
}