GET /api/bet_types/cb3e30c4-be94-4df4-b781-093f883e23dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb3e30c4-be94-4df4-b781-093f883e23dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/000f2c13-1a4d-4258-a5a5-6c31d5fc8e0e/?format=api",
    "name": "Pick the Winner",
    "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": "SEA (C Flexen)",
                "amount": 5915.0
            },
            {
                "team": "DET (EL Rodriguez)",
                "amount": 4085.0
            }
        ],
        "expected_reward_tokens": 9640.6,
        "profit_sb": 140.6,
        "profit_sb_percentage": 1.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ec0a9ee-7929-4914-940b-164a2ca26af8",
            "gambit_id": "508720fc-25e9-4ae6-aed6-42ead7b96053",
            "last_updated": "2022-10-05T07:01:57.842496-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (C Flexen)",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb3e30c4-be94-4df4-b781-093f883e23dd/?format=api"
        },
        {
            "id": "741ed97f-d244-4211-bc0a-665d14504709",
            "gambit_id": "4c2a15dd-a21f-42d6-86dd-2fd95580b6c9",
            "last_updated": "2022-10-05T07:01:57.843508-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (EL Rodriguez)",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb3e30c4-be94-4df4-b781-093f883e23dd/?format=api"
        }
    ]
}