GET /api/bet_types/a534c964-4c22-4c5f-96fd-41ee93a0a60a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a534c964-4c22-4c5f-96fd-41ee93a0a60a",
    "match": "https://api-prod.gambitprofit.com/api/matches/179ec1a9-cd7d-4951-ab01-110af112a717/?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": "St Louis Blues",
                "amount": 5974.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4026.0
            }
        ],
        "expected_reward_tokens": 9139.02,
        "profit_sb": 139.02,
        "profit_sb_percentage": 1.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b251e56-27f7-401a-9a75-146914480930",
            "gambit_id": "91ed9470-07e0-4509-8df9-78640c1e6b3f",
            "last_updated": "2022-12-05T11:27:08.338737-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a534c964-4c22-4c5f-96fd-41ee93a0a60a/?format=api"
        },
        {
            "id": "bf84911b-2585-453f-9449-4a180e800c58",
            "gambit_id": "ae98fa9c-8a54-42c3-a25e-1c4616132a2e",
            "last_updated": "2022-12-05T11:27:08.337759-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a534c964-4c22-4c5f-96fd-41ee93a0a60a/?format=api"
        }
    ]
}