GET /api/bet_types/a0116623-dd01-4fe1-908d-5d8ca613721f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0116623-dd01-4fe1-908d-5d8ca613721f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec7aa143-9ec6-41c2-a0c5-4d71e5ba5b8d/?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": "Detroit Red Wings",
                "amount": 5664.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "f3d40348-bbfe-4dde-9d10-dcdec7b11871",
            "gambit_id": "22ae7c7b-be04-4646-89ff-eb188d315aa8",
            "last_updated": "2022-12-09T09:57:13.362194-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0116623-dd01-4fe1-908d-5d8ca613721f/?format=api"
        },
        {
            "id": "e456db6e-661f-4c16-8b02-f4ca67faba8b",
            "gambit_id": "25521f3b-43ef-4e2b-8420-f9b03ca663c4",
            "last_updated": "2022-12-09T09:57:13.361025-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0116623-dd01-4fe1-908d-5d8ca613721f/?format=api"
        }
    ]
}