GET /api/bet_types/b7f08005-fcc2-4f77-b444-ef3439e8536c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7f08005-fcc2-4f77-b444-ef3439e8536c",
    "match": "https://api-prod.gambitprofit.com/api/matches/db2769cb-7027-427f-b380-38976e070953/?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": "Carolina Hurricanes",
                "amount": 6025.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf3212b0-ce39-4450-84e1-1d5189ea0ecd",
            "gambit_id": "a7668da6-abe0-4421-a33a-c5fda03e5fb8",
            "last_updated": "2022-10-25T10:12:24.273448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7f08005-fcc2-4f77-b444-ef3439e8536c/?format=api"
        },
        {
            "id": "b22334b8-609e-4117-b7b3-3c710438d42d",
            "gambit_id": "2a776477-588d-4eb7-abcb-08e39cd5d0db",
            "last_updated": "2022-10-25T10:12:24.274459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7f08005-fcc2-4f77-b444-ef3439e8536c/?format=api"
        }
    ]
}