GET /api/bet_types/bb64d55b-d6f4-4a5d-b230-854325869813/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb64d55b-d6f4-4a5d-b230-854325869813",
    "match": "https://api-prod.gambitprofit.com/api/matches/eccfc49b-fdb4-49d6-bb2b-0db150becd9b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:03.235087-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": "Buffalo Sabres",
                "amount": 6390.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "504dda3a-b8d9-4bfd-bc2f-ff75289c47ec",
            "gambit_id": "48d26dbd-ace8-42e9-b533-a1ddc2b5237a",
            "last_updated": "2023-11-15T20:08:21.713054-05:00",
            "created_at": "2023-11-14T09:13:03.244746-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb64d55b-d6f4-4a5d-b230-854325869813/?format=api"
        },
        {
            "id": "ac7bd15c-216c-4455-a38d-12ec686f1ef6",
            "gambit_id": "78a729cb-a415-4b95-ae69-b64886509109",
            "last_updated": "2023-11-15T20:08:21.709822-05:00",
            "created_at": "2023-11-14T09:13:03.240890-05:00",
            "name": "Boston Bruins",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb64d55b-d6f4-4a5d-b230-854325869813/?format=api"
        }
    ]
}