GET /api/bet_types/050db619-722c-45e1-9a32-65fc3349261d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "050db619-722c-45e1-9a32-65fc3349261d",
    "match": "https://api-prod.gambitprofit.com/api/matches/52af9cbf-fc90-4462-b5f5-bd28420c17d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-17T09:12:08.797185-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": 6721.0
            },
            {
                "team": "New York Islanders",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f791705-a579-479d-a521-2bfbec916cd6",
            "gambit_id": "769a6948-a2f9-4726-98ed-0fe52a4bf84b",
            "last_updated": "2023-02-18T09:52:17.246483-05:00",
            "created_at": "2023-02-17T09:12:08.799986-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050db619-722c-45e1-9a32-65fc3349261d/?format=api"
        },
        {
            "id": "137c1773-a3c4-4816-8d1c-d7f812db2e7a",
            "gambit_id": "01541e6a-e05b-49a7-aa64-100bfa04745f",
            "last_updated": "2023-02-18T09:52:17.245310-05:00",
            "created_at": "2023-02-17T09:12:08.798611-05:00",
            "name": "New York Islanders",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/050db619-722c-45e1-9a32-65fc3349261d/?format=api"
        }
    ]
}