GET /api/bet_types/2fde72e3-f68b-4139-bd73-f0e545079a20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fde72e3-f68b-4139-bd73-f0e545079a20",
    "match": "https://api-prod.gambitprofit.com/api/matches/d49a52b6-ce65-48b1-b694-2d2a2322453b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-18T09:43:03.416497-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": "KAN",
                "amount": 5867.0
            },
            {
                "team": "LAA",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "b003f716-122b-4858-9432-4892234e9bb5",
            "gambit_id": "3cc5bd15-5c4e-4c54-ba47-6b1e80a44718",
            "last_updated": "2023-06-20T10:43:12.150914-04:00",
            "created_at": "2023-06-18T09:43:03.420415-04:00",
            "name": "KAN",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fde72e3-f68b-4139-bd73-f0e545079a20/?format=api"
        },
        {
            "id": "3a73f2eb-f5d7-4f36-8c20-bda5b965807f",
            "gambit_id": "a0bf2389-8a6b-4eb1-959b-b5141323b2d7",
            "last_updated": "2023-06-20T10:43:12.148290-04:00",
            "created_at": "2023-06-18T09:43:03.418379-04:00",
            "name": "LAA",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fde72e3-f68b-4139-bd73-f0e545079a20/?format=api"
        }
    ]
}