GET /api/bet_types/c346b1bc-2b63-4402-896d-83e84aaecc0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c346b1bc-2b63-4402-896d-83e84aaecc0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/546c881e-d73c-43c0-8d19-76a85ae477d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:15.933257-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": 5107.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a97768fb-d70a-4171-954f-766442b2fb4e",
            "gambit_id": "7cf8f35b-4a23-45c7-b328-d325bcf20229",
            "last_updated": "2024-01-29T21:48:08.633374-05:00",
            "created_at": "2024-01-27T09:18:15.940245-05:00",
            "name": "Calgary Flames",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c346b1bc-2b63-4402-896d-83e84aaecc0e/?format=api"
        },
        {
            "id": "3ce3d017-6c50-4701-9973-cc32fa4b3f83",
            "gambit_id": "45c56cee-a3af-4e25-8341-dda0016bb32f",
            "last_updated": "2024-01-29T21:48:08.630277-05:00",
            "created_at": "2024-01-27T09:18:15.936700-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c346b1bc-2b63-4402-896d-83e84aaecc0e/?format=api"
        }
    ]
}