GET /api/bet_types/af3953d3-9254-4d8c-bacd-72be34519a45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af3953d3-9254-4d8c-bacd-72be34519a45",
    "match": "https://api-prod.gambitprofit.com/api/matches/81d79aa1-6aeb-4e85-bca0-4e396f5f1f28/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-15T08:58:05.642700-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": "ARI",
                "amount": 6232.0
            },
            {
                "team": "TOR",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a8098a5-2e20-48f3-a1be-9a579b28df5d",
            "gambit_id": "639371d5-1bd1-49a6-b6d9-d528a4616da1",
            "last_updated": "2023-07-22T11:03:14.860384-04:00",
            "created_at": "2023-07-15T08:58:05.644253-04:00",
            "name": "ARI",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af3953d3-9254-4d8c-bacd-72be34519a45/?format=api"
        },
        {
            "id": "31cc3419-5e0a-49a8-bae0-cd820cf4ec86",
            "gambit_id": "f0f559e3-fbb9-4bfc-87ed-53d584db4900",
            "last_updated": "2023-07-22T11:03:14.863696-04:00",
            "created_at": "2023-07-15T08:58:05.645941-04:00",
            "name": "TOR",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af3953d3-9254-4d8c-bacd-72be34519a45/?format=api"
        }
    ]
}