GET /api/bet_types/62050777-7f44-448a-bdce-295cbe39a88a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62050777-7f44-448a-bdce-295cbe39a88a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e02ecbd9-44b3-48ea-99af-678e088aa988/?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": "San Jose Sharks",
                "amount": 6179.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "86d49010-191e-49b8-b2e1-d1a9735514a5",
            "gambit_id": "69677558-f240-4335-90c5-0ed11a509c0e",
            "last_updated": "2022-11-11T21:32:21.718730-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62050777-7f44-448a-bdce-295cbe39a88a/?format=api"
        },
        {
            "id": "3a2535b6-b1ff-4eb4-b521-24e31a4e92b4",
            "gambit_id": "70cd43a8-62bd-46e0-84e9-ea3423381c05",
            "last_updated": "2022-11-11T21:32:21.719688-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62050777-7f44-448a-bdce-295cbe39a88a/?format=api"
        }
    ]
}