GET /api/bet_types/215fedc0-8ea9-41b7-9cab-a76b5c4f1335/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "215fedc0-8ea9-41b7-9cab-a76b5c4f1335",
    "match": "https://api-prod.gambitprofit.com/api/matches/259ba61e-ec90-485f-b6a8-819046c23d5b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:19.796251-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": "Chicago Bears",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4933115-a19d-4f7e-907a-b6264c34b4ae",
            "gambit_id": "7d7f20ca-909e-4254-8f4f-8ddeda842d71",
            "last_updated": "2023-11-28T11:13:14.159028-05:00",
            "created_at": "2023-11-22T09:13:19.799988-05:00",
            "name": "Chicago Bears",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/215fedc0-8ea9-41b7-9cab-a76b5c4f1335/?format=api"
        },
        {
            "id": "1fc313b5-cbd5-4156-967b-766fd4f81add",
            "gambit_id": "9d964ddc-c96a-48f9-b7f0-24f3e14f6170",
            "last_updated": "2023-11-28T11:13:14.162977-05:00",
            "created_at": "2023-11-22T09:13:19.804223-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/215fedc0-8ea9-41b7-9cab-a76b5c4f1335/?format=api"
        }
    ]
}