GET /api/bet_types/f4976ce3-52e9-4ebe-96ed-f903ff3409a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4976ce3-52e9-4ebe-96ed-f903ff3409a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ec8c09d-22a1-47ee-9ad2-032875d0ff1c/?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": "Florida Panthers",
                "amount": 5730.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4270.0
            }
        ],
        "expected_reward_tokens": 9052.4,
        "profit_sb": 52.4,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f144326-508c-40ba-91f3-bd7ce465190c",
            "gambit_id": "785d8738-e11e-47ad-8a2b-feee3a1ad097",
            "last_updated": "2022-12-20T20:17:22.705190-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4976ce3-52e9-4ebe-96ed-f903ff3409a7/?format=api"
        },
        {
            "id": "64191514-52bd-44c3-a9f5-4453d3940075",
            "gambit_id": "97152b92-2645-4056-9ae6-cdd139341e12",
            "last_updated": "2022-12-20T20:17:22.704077-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "2.12000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4976ce3-52e9-4ebe-96ed-f903ff3409a7/?format=api"
        }
    ]
}