GET /api/bet_types/81cacac9-36dd-4c01-b73e-45a7e7f87dfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81cacac9-36dd-4c01-b73e-45a7e7f87dfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a63dd858-b840-4bc9-a5f4-a670d2cbf8f6/?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": "CHC",
                "amount": 6534.0
            },
            {
                "team": "MIA",
                "amount": 3466.0
            }
        ],
        "expected_reward_tokens": 9080.92,
        "profit_sb": 80.92,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "a53f6d6a-c973-488b-b641-3719d6921c8d",
            "gambit_id": "d8b67b9d-8d70-4463-a594-4d19d61ab51d",
            "last_updated": "2022-09-22T15:17:29.820384-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81cacac9-36dd-4c01-b73e-45a7e7f87dfb/?format=api"
        },
        {
            "id": "2c1685fd-f4ee-40e0-9d26-a8faa591de91",
            "gambit_id": "5870287d-1db0-4ef1-bb5d-dcf4e0b713d6",
            "last_updated": "2022-09-22T15:17:29.819354-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.62000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81cacac9-36dd-4c01-b73e-45a7e7f87dfb/?format=api"
        }
    ]
}