GET /api/bet_types/710a8799-8abd-4e7a-9b3d-5bd12c388ab4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "710a8799-8abd-4e7a-9b3d-5bd12c388ab4",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d0a611b-1b2e-41be-b0d6-2bd94214b55a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-26T09:23:25.289229-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": "BAL",
                "amount": 5688.0
            },
            {
                "team": "COL",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "169ed4bf-6dfa-44f5-8648-312fcce013e9",
            "gambit_id": "fffb5715-3c4d-455d-bccc-97cecd0fd661",
            "last_updated": "2023-08-28T16:18:32.926246-04:00",
            "created_at": "2023-08-26T09:23:25.297149-04:00",
            "name": "BAL",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/710a8799-8abd-4e7a-9b3d-5bd12c388ab4/?format=api"
        },
        {
            "id": "c7030daa-2d35-4875-a505-ce6d6558e448",
            "gambit_id": "376e10c1-7167-42d5-8017-d7e9b5e33186",
            "last_updated": "2023-08-28T16:18:32.922111-04:00",
            "created_at": "2023-08-26T09:23:25.292969-04:00",
            "name": "COL",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/710a8799-8abd-4e7a-9b3d-5bd12c388ab4/?format=api"
        }
    ]
}