GET /api/bet_types/b1ef9564-1428-4a05-b045-07cfa8650623/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1ef9564-1428-4a05-b045-07cfa8650623",
    "match": "https://api-prod.gambitprofit.com/api/matches/56a66be7-22ec-44ed-91f8-db206cbe5a90/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-18T12:12:00.593013-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": "New York Rangers",
                "amount": 6611.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d39d40c-e1bd-4a98-bc83-88f5df208f61",
            "gambit_id": "b1ad4476-0a4a-44d8-9004-7c3f6be946ad",
            "last_updated": "2023-04-19T20:46:54.222453-04:00",
            "created_at": "2023-04-18T12:12:00.597206-04:00",
            "name": "New York Rangers",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ef9564-1428-4a05-b045-07cfa8650623/?format=api"
        },
        {
            "id": "86197bf5-db2c-4bd8-a678-1248413b69f6",
            "gambit_id": "938df76b-f6cc-464a-bdeb-138f4dbee64c",
            "last_updated": "2023-04-19T20:46:54.220169-04:00",
            "created_at": "2023-04-18T12:12:00.595047-04:00",
            "name": "New Jersey Devils",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ef9564-1428-4a05-b045-07cfa8650623/?format=api"
        }
    ]
}