GET /api/bet_types/9f552e92-bec6-40a4-a5ef-80c4a04ec9b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f552e92-bec6-40a4-a5ef-80c4a04ec9b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e84ca3c-8753-46f2-b3d3-c711bccd7f16/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-10T15:52:09.447843-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": "Tampa Bay Lightning",
                "amount": 5882.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4118.0
            }
        ],
        "expected_reward_tokens": 9058.28,
        "profit_sb": 58.28,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "b71c92b6-b96e-4c0f-a23f-7cd880f39a3b",
            "gambit_id": "056a0239-23d0-444f-a8ca-29350b0224f9",
            "last_updated": "2023-01-11T10:46:57.794205-05:00",
            "created_at": "2023-01-10T15:52:09.449006-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.54000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f552e92-bec6-40a4-a5ef-80c4a04ec9b7/?format=api"
        },
        {
            "id": "5bc0ebbd-7061-4df4-8afc-daed75f6eabe",
            "gambit_id": "e7f474b0-1a20-4388-b5de-7b512c5bb876",
            "last_updated": "2023-01-11T10:46:57.795679-05:00",
            "created_at": "2023-01-10T15:52:09.450274-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.20000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f552e92-bec6-40a4-a5ef-80c4a04ec9b7/?format=api"
        }
    ]
}