GET /api/bet_types/f9d2a983-f980-4a2c-bd4d-72037b63cfdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9d2a983-f980-4a2c-bd4d-72037b63cfdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/6de88b87-a6c0-4b80-af8d-b7eeadef036b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-29T08:41:55.129084-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": "Boston Bruins",
                "amount": 6721.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "307961a3-dfa1-4297-8edd-bad25afadcda",
            "gambit_id": "24e6efb2-fb96-476a-a850-e91a7a9d1619",
            "last_updated": "2023-01-30T17:46:59.583538-05:00",
            "created_at": "2023-01-29T08:41:55.131653-05:00",
            "name": "Boston Bruins",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9d2a983-f980-4a2c-bd4d-72037b63cfdc/?format=api"
        },
        {
            "id": "a56150e8-c7ac-4b74-a1b7-36b8def9fc48",
            "gambit_id": "0f9943cf-2d2a-482d-8a3b-404595c4e388",
            "last_updated": "2023-01-30T17:46:59.582112-05:00",
            "created_at": "2023-01-29T08:41:55.130414-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9d2a983-f980-4a2c-bd4d-72037b63cfdc/?format=api"
        }
    ]
}