GET /api/bet_types/a6734778-ab74-4a79-9b33-1200469e85c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6734778-ab74-4a79-9b33-1200469e85c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5f61774-f279-46d8-ba6f-c233ba12bd54/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T11:57:11.802411-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": "Buffalo Sabres",
                "amount": 5784.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "df3fbc58-92fd-4cb2-997e-f3816cb872a3",
            "gambit_id": "c62fbf20-0440-4151-b9bb-0b7040e9bb34",
            "last_updated": "2023-04-05T22:52:10.646849-04:00",
            "created_at": "2023-04-04T11:57:11.805299-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6734778-ab74-4a79-9b33-1200469e85c0/?format=api"
        },
        {
            "id": "21bf3ebc-5953-434c-a4df-a03c1a7caacf",
            "gambit_id": "46ff3d9c-3258-4a99-aedc-e078046d04a2",
            "last_updated": "2023-04-05T22:52:10.644425-04:00",
            "created_at": "2023-04-04T11:57:11.803819-04:00",
            "name": "Florida Panthers",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6734778-ab74-4a79-9b33-1200469e85c0/?format=api"
        }
    ]
}