GET /api/bet_types/7bcf7751-cb36-4c5c-8911-6f6be40e3d8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bcf7751-cb36-4c5c-8911-6f6be40e3d8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd312d61-07bf-4e18-9375-5cfa55bc6bc9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-04T08:52:59.801157-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": "LAA",
                "amount": 6090.0
            },
            {
                "team": "SEA",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "348e7534-1b64-40e7-b249-f24631fb3b7e",
            "gambit_id": "a1ba6625-5a7d-4e49-8dfc-8f954132d959",
            "last_updated": "2023-08-05T11:58:16.345079-04:00",
            "created_at": "2023-08-04T08:52:59.809419-04:00",
            "name": "LAA",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bcf7751-cb36-4c5c-8911-6f6be40e3d8d/?format=api"
        },
        {
            "id": "aea8082f-7a82-4c27-8101-d9c9a3e4748b",
            "gambit_id": "d2a046a0-65c6-4396-a857-48e811d4102f",
            "last_updated": "2023-08-05T11:58:16.331185-04:00",
            "created_at": "2023-08-04T08:52:59.805414-04:00",
            "name": "SEA",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bcf7751-cb36-4c5c-8911-6f6be40e3d8d/?format=api"
        }
    ]
}