GET /api/bet_types/3bb5f1e5-def3-4817-aad9-7b394c9c79cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bb5f1e5-def3-4817-aad9-7b394c9c79cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/88c7d71e-fdbc-484e-828b-3ff9598c38c8/?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": "DET",
                "amount": 5777.0
            },
            {
                "team": "MIN",
                "amount": 4223.0
            }
        ],
        "expected_reward_tokens": 9416.51,
        "profit_sb": -83.49,
        "profit_sb_percentage": -0.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "610abbcc-7d2f-4956-9bb8-01373254f65a",
            "gambit_id": "f6bd5be0-42ea-487e-a62c-c55892c9ba00",
            "last_updated": "2022-10-02T15:17:29.960136-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bb5f1e5-def3-4817-aad9-7b394c9c79cd/?format=api"
        },
        {
            "id": "8da2554c-edfd-4155-8bf6-88e449023de9",
            "gambit_id": "2f896b80-9da9-4c09-b6b2-15a8a5021103",
            "last_updated": "2022-10-02T15:17:29.961258-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.23000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bb5f1e5-def3-4817-aad9-7b394c9c79cd/?format=api"
        }
    ]
}