GET /api/bet_types/9f979ddf-adb6-4705-9d63-a1954262b22d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f979ddf-adb6-4705-9d63-a1954262b22d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b34b9b8-4584-41a3-be8f-d57dc1891002/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:09.807486-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": "Philadelphia Flyers",
                "amount": 6253.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "64969c74-77c1-4424-8397-0c4f4a197570",
            "gambit_id": "99e5f2b2-b783-4fa5-9613-ba16cb36e5f7",
            "last_updated": "2022-12-31T10:41:58.501155-05:00",
            "created_at": "2022-12-29T08:42:09.809811-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f979ddf-adb6-4705-9d63-a1954262b22d/?format=api"
        },
        {
            "id": "12c757ad-e59c-4d95-92b6-795a930a272f",
            "gambit_id": "5a734cdb-bd30-45a8-b247-74e34fbb7450",
            "last_updated": "2022-12-31T10:41:58.500034-05:00",
            "created_at": "2022-12-29T08:42:09.808586-05:00",
            "name": "San Jose Sharks",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f979ddf-adb6-4705-9d63-a1954262b22d/?format=api"
        }
    ]
}