GET /api/bet_types/15030e4a-7780-4446-bfd4-b82c9e37db0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15030e4a-7780-4446-bfd4-b82c9e37db0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2beb65f-1a26-417f-bfa6-47deeb9e0421/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-21T09:13:03.990143-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": "Pittsburgh Penguins",
                "amount": 6554.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "d98fce63-0ef6-4c43-8e18-77e6ec83d6d7",
            "gambit_id": "d3bf70d5-394c-4a6e-affc-476f9871090d",
            "last_updated": "2023-12-23T14:58:21.241378-05:00",
            "created_at": "2023-12-21T09:13:03.997982-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15030e4a-7780-4446-bfd4-b82c9e37db0e/?format=api"
        },
        {
            "id": "38ff86bb-1776-4d6c-a15d-b4575fcd5243",
            "gambit_id": "27276739-688a-4f41-87cb-927f3702a123",
            "last_updated": "2023-12-23T14:58:21.238066-05:00",
            "created_at": "2023-12-21T09:13:03.994088-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15030e4a-7780-4446-bfd4-b82c9e37db0e/?format=api"
        }
    ]
}