GET /api/bet_types/9270c90b-8ab5-42f4-b266-d317bd6b9800/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9270c90b-8ab5-42f4-b266-d317bd6b9800",
    "match": "https://api-prod.gambitprofit.com/api/matches/eceb5fdf-2e19-46d1-ae29-cd399b6d6d83/?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": "Pittsburgh Penguins",
                "amount": 5791.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4209.0
            }
        ],
        "expected_reward_tokens": 9554.43,
        "profit_sb": 54.43,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f3b7cc8-dda9-471e-bd16-b45f0e9f6110",
            "gambit_id": "c910d6ec-2bcd-4ccc-8e23-27704f4d8388",
            "last_updated": "2022-10-14T10:02:04.150842-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9270c90b-8ab5-42f4-b266-d317bd6b9800/?format=api"
        },
        {
            "id": "a1889c2f-22fd-4365-8f0c-84a35fcc57eb",
            "gambit_id": "332460e3-21fe-43cb-b4de-d4ab5ce7655d",
            "last_updated": "2022-10-14T10:02:04.151826-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.27000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9270c90b-8ab5-42f4-b266-d317bd6b9800/?format=api"
        }
    ]
}