GET /api/bet_types/c1d52bd5-b2b9-4adb-abd0-a099cf7661ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1d52bd5-b2b9-4adb-abd0-a099cf7661ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/f218f5b1-fc30-4c0d-94c1-e218080d53e3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:07.849731-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": "Columbus Blue Jackets",
                "amount": 6390.0
            },
            {
                "team": "New York Islanders",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9190084-79fd-4cf2-b5c3-db74af29f00a",
            "gambit_id": "b1439bc3-b05b-44fd-915e-8ecd6f310756",
            "last_updated": "2023-10-30T13:33:22.653391-04:00",
            "created_at": "2023-10-28T09:08:07.859083-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1d52bd5-b2b9-4adb-abd0-a099cf7661ce/?format=api"
        },
        {
            "id": "41129ba6-fb4e-4294-bc49-4dd2b49e3d7f",
            "gambit_id": "cbec5c51-8c1d-4771-b4be-10b7c69f4675",
            "last_updated": "2023-10-30T13:33:22.649274-04:00",
            "created_at": "2023-10-28T09:08:07.854844-04:00",
            "name": "New York Islanders",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1d52bd5-b2b9-4adb-abd0-a099cf7661ce/?format=api"
        }
    ]
}