GET /api/bet_types/9f212645-bbfc-44b4-9e4f-f5ed29c498ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f212645-bbfc-44b4-9e4f-f5ed29c498ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/069af093-33ac-4829-94d4-ecf1499f6728/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-21T12:32:06.696032-04: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": 7112.0
            },
            {
                "team": "New York Islanders",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "939aefe0-a32d-4664-9cc1-cf83c8d78781",
            "gambit_id": "197f55b1-01ce-4617-9535-19030ec1ea54",
            "last_updated": "2023-04-24T13:41:53.870696-04:00",
            "created_at": "2023-04-21T12:32:06.699305-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f212645-bbfc-44b4-9e4f-f5ed29c498ec/?format=api"
        },
        {
            "id": "791d5e9a-4bbb-46bb-9504-e19c17827a82",
            "gambit_id": "578e6724-695e-4f65-8d2d-9600e3f75940",
            "last_updated": "2023-04-24T13:41:53.868268-04:00",
            "created_at": "2023-04-21T12:32:06.697574-04:00",
            "name": "New York Islanders",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f212645-bbfc-44b4-9e4f-f5ed29c498ec/?format=api"
        }
    ]
}