GET /api/bet_types/1460a4a0-0637-4243-b6cd-181de632348f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1460a4a0-0637-4243-b6cd-181de632348f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b65da7e8-5cdc-4662-9412-38c2955b33b7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T23:47:15.613844-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": "COL",
                "amount": 5213.0
            },
            {
                "team": "SDG",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "08b23f00-c447-4b2f-af59-cf5e96f7012b",
            "gambit_id": "acbc71b4-cec2-47c0-8b85-a5a6e8502247",
            "last_updated": "2023-03-31T10:46:55.776621-04:00",
            "created_at": "2023-03-29T23:47:15.619064-04:00",
            "name": "COL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1460a4a0-0637-4243-b6cd-181de632348f/?format=api"
        },
        {
            "id": "ec57d7f3-18f2-4165-81e5-8462b0ec28a0",
            "gambit_id": "a8d5de78-6a33-4db1-b9f8-24a7514a9409",
            "last_updated": "2023-03-31T10:46:55.773697-04:00",
            "created_at": "2023-03-29T23:47:15.616395-04:00",
            "name": "SDG",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1460a4a0-0637-4243-b6cd-181de632348f/?format=api"
        }
    ]
}