GET /api/bet_types/d6f4a360-56d1-4f9f-b93d-0d7438f79df0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d6f4a360-56d1-4f9f-b93d-0d7438f79df0",
    "match": "https://api-prod.gambitprofit.com/api/matches/5befa448-0dc4-4c6e-b56d-539680597d54/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-02T15:38:18.266413-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": "OAK",
                "amount": 5688.0
            },
            {
                "team": "CWS",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "334c7402-0f70-456f-a68e-d714f27774bc",
            "gambit_id": "2bb14b10-1150-4528-9b36-6ea068696228",
            "last_updated": "2023-07-04T10:13:01.810367-04:00",
            "created_at": "2023-07-02T15:38:18.269428-04:00",
            "name": "OAK",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6f4a360-56d1-4f9f-b93d-0d7438f79df0/?format=api"
        },
        {
            "id": "6b68c8a3-1a15-48ea-a645-b66240a7d7f0",
            "gambit_id": "010daafd-feaf-43a6-9493-19d4cfaf1c7f",
            "last_updated": "2023-07-04T10:13:01.808425-04:00",
            "created_at": "2023-07-02T15:38:18.267878-04:00",
            "name": "CWS",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6f4a360-56d1-4f9f-b93d-0d7438f79df0/?format=api"
        }
    ]
}