GET /api/bet_types/590cf496-13d8-4f46-b78b-afb43427bfcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "590cf496-13d8-4f46-b78b-afb43427bfcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb84957a-d454-4cc7-97ea-750d1d39f748/?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": 6256.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "0139cbd8-bfd5-44ba-b1de-cb3b8597a538",
            "gambit_id": "69aba6d0-c220-48d0-8b1a-302e2023ae2c",
            "last_updated": "2022-12-17T09:57:42.678747-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/590cf496-13d8-4f46-b78b-afb43427bfcf/?format=api"
        },
        {
            "id": "f8811611-ab13-4ac7-a249-119f7e809350",
            "gambit_id": "47ec6ca2-87de-42aa-8be3-dee7689f4352",
            "last_updated": "2022-12-17T09:57:42.679899-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/590cf496-13d8-4f46-b78b-afb43427bfcf/?format=api"
        }
    ]
}