GET /api/bet_types/c19149ee-cb14-42c4-b3e1-144f2c4f5108/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c19149ee-cb14-42c4-b3e1-144f2c4f5108",
    "match": "https://api-prod.gambitprofit.com/api/matches/99d15e26-cc90-42d8-8ad2-6affbe7902c6/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "NYM",
                "amount": 5205.0
            },
            {
                "team": "COL",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "17c24e07-9674-4c37-8118-0b5d3d318a35",
            "gambit_id": "fe9a9175-cde0-414f-8b68-1e756395a14e",
            "last_updated": "2022-08-28T11:27:24.662661-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c19149ee-cb14-42c4-b3e1-144f2c4f5108/?format=api"
        },
        {
            "id": "7b4aa368-e610-41c4-bf2d-9fae6c6863a6",
            "gambit_id": "69483acd-6d2d-4b80-96f6-0320d334ce1c",
            "last_updated": "2022-08-28T11:27:24.663152-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c19149ee-cb14-42c4-b3e1-144f2c4f5108/?format=api"
        }
    ]
}