GET /api/bet_types/4b9b1eb2-4280-40b9-a13c-fc9c306bc21d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b9b1eb2-4280-40b9-a13c-fc9c306bc21d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f304af54-6b63-42f0-abb2-ccb90d9f9be8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-27T08:57:17.582246-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": "Calgary Flames",
                "amount": 6913.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3087.0
            }
        ],
        "expected_reward_tokens": 9538.83,
        "profit_sb": 38.83,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "d14a6fbb-2fee-42d4-bcd1-56ae582eaa11",
            "gambit_id": "e5b40df3-75bc-45ea-8b75-4305cd8f0742",
            "last_updated": "2023-01-28T15:17:11.487730-05:00",
            "created_at": "2023-01-27T08:57:17.584634-05:00",
            "name": "Calgary Flames",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9b1eb2-4280-40b9-a13c-fc9c306bc21d/?format=api"
        },
        {
            "id": "9caf4dff-cd1b-42b7-91aa-f112bee784b1",
            "gambit_id": "4c50ccc4-a79e-4daa-96ef-89ca21abe9aa",
            "last_updated": "2023-01-28T15:17:11.486298-05:00",
            "created_at": "2023-01-27T08:57:17.583413-05:00",
            "name": "Seattle Kraken",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9b1eb2-4280-40b9-a13c-fc9c306bc21d/?format=api"
        }
    ]
}