GET /api/bet_types/23ac6aec-ff25-416f-b368-ebc45f1d35b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23ac6aec-ff25-416f-b368-ebc45f1d35b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/fbef0fb0-5be7-42cb-a266-f23787271d80/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T10:28:00.261209-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": "TAM",
                "amount": 6324.0
            },
            {
                "team": "BAL",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "d33b9152-e91e-4717-8040-045427a0f68c",
            "gambit_id": "19131907-9b10-437e-9d76-5b3413ae4a90",
            "last_updated": "2023-09-18T23:03:09.149332-04:00",
            "created_at": "2023-09-17T10:28:00.264794-04:00",
            "name": "TAM",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23ac6aec-ff25-416f-b368-ebc45f1d35b3/?format=api"
        },
        {
            "id": "595210ff-7cbe-4726-a1ee-d40cec6b03e4",
            "gambit_id": "73374111-49db-4223-9f4a-1a73d0659ffb",
            "last_updated": "2023-09-18T23:03:09.152644-04:00",
            "created_at": "2023-09-17T10:28:00.268790-04:00",
            "name": "BAL",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23ac6aec-ff25-416f-b368-ebc45f1d35b3/?format=api"
        }
    ]
}