GET /api/bet_types/04f3b0e3-6005-4730-9171-b5b0aeca7380/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04f3b0e3-6005-4730-9171-b5b0aeca7380",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cbf2c83-ce0c-447f-8a1c-9df61772202c/?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": "MIN",
                "amount": 5492.0
            },
            {
                "team": "CLE",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "5007e887-b40f-40e1-9ff0-c48015fe50f9",
            "gambit_id": "822b042d-bb6d-4f88-8a8d-b0f296070917",
            "last_updated": "2022-09-19T09:42:03.856335-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04f3b0e3-6005-4730-9171-b5b0aeca7380/?format=api"
        },
        {
            "id": "df56a583-b445-4c66-8d0c-655aeb51e410",
            "gambit_id": "43b2b8e9-63d4-4fd9-b448-25e4703dc90d",
            "last_updated": "2022-09-19T09:42:03.855325-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04f3b0e3-6005-4730-9171-b5b0aeca7380/?format=api"
        }
    ]
}