GET /api/bet_types/9022e2a3-0d24-4a02-82b2-b724f790d47e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9022e2a3-0d24-4a02-82b2-b724f790d47e",
    "match": "https://api-prod.gambitprofit.com/api/matches/326b274a-56bb-460a-b37e-0940dce51484/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-24T09:13:23.415707-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": "TOR",
                "amount": 6449.0
            },
            {
                "team": "TAM",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "37cb3afb-8ee8-4d3b-bd96-bde674b5f7c4",
            "gambit_id": "589143db-c6d3-4bc2-be38-90a2ae5f8840",
            "last_updated": "2023-09-26T09:58:05.217078-04:00",
            "created_at": "2023-09-24T09:13:23.419272-04:00",
            "name": "TOR",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9022e2a3-0d24-4a02-82b2-b724f790d47e/?format=api"
        },
        {
            "id": "ac0078ca-3357-4c2a-91ca-6a32cb3ab15f",
            "gambit_id": "38b6e4bb-b311-473d-a165-d1c434e4073b",
            "last_updated": "2023-09-26T09:58:05.220931-04:00",
            "created_at": "2023-09-24T09:13:23.423193-04:00",
            "name": "TAM",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9022e2a3-0d24-4a02-82b2-b724f790d47e/?format=api"
        }
    ]
}