GET /api/bet_types/ca5bdcfe-d74c-4c6f-9895-7d9d9f9ee653/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca5bdcfe-d74c-4c6f-9895-7d9d9f9ee653",
    "match": "https://api-prod.gambitprofit.com/api/matches/848410fb-9929-4f8e-a3fb-45e3c6438867/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:11.246084-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": "Colorado Avalanche",
                "amount": 6458.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8a8cba7-4af5-4056-8300-fdbb5d3b3b75",
            "gambit_id": "9abc852b-63ea-4976-8e42-58313439355b",
            "last_updated": "2023-03-16T17:37:23.679141-04:00",
            "created_at": "2023-03-15T09:07:11.250566-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca5bdcfe-d74c-4c6f-9895-7d9d9f9ee653/?format=api"
        },
        {
            "id": "41e8023b-b08f-4253-b244-596726179976",
            "gambit_id": "a1af25b9-80d9-4583-9098-4e3ce7202918",
            "last_updated": "2023-03-16T17:37:23.672098-04:00",
            "created_at": "2023-03-15T09:07:11.248333-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca5bdcfe-d74c-4c6f-9895-7d9d9f9ee653/?format=api"
        }
    ]
}