GET /api/bet_types/123ad8f2-56c4-43b5-969e-bf0f618c45f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "123ad8f2-56c4-43b5-969e-bf0f618c45f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c3fb231-0a14-4041-b5b7-06d9b07a3450/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:19.951325-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": "Arizona Coyotes",
                "amount": 6324.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "d71c5835-daae-4e34-ac19-4937be7cb717",
            "gambit_id": "41e56ba1-89bf-4a9a-b8c5-e9b565510d7b",
            "last_updated": "2023-04-14T12:02:23.454522-04:00",
            "created_at": "2023-04-13T09:32:19.952782-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/123ad8f2-56c4-43b5-969e-bf0f618c45f7/?format=api"
        },
        {
            "id": "f80586f4-78a3-4c09-8f67-29d15867158c",
            "gambit_id": "10129186-7b2f-41b3-bfc8-d6835b893dd3",
            "last_updated": "2023-04-14T12:02:23.456255-04:00",
            "created_at": "2023-04-13T09:32:19.954239-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/123ad8f2-56c4-43b5-969e-bf0f618c45f7/?format=api"
        }
    ]
}