GET /api/bet_types/c005422d-c305-40fa-a0c4-1af5ef413db7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c005422d-c305-40fa-a0c4-1af5ef413db7",
    "match": "https://api-prod.gambitprofit.com/api/matches/8436c807-5544-47fa-9ed6-1ca9759bd23c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-30T08:18:24.947637-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": 6154.0
            },
            {
                "team": "SEA",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "0eb60d65-a4d6-4b4e-8a40-4919d00ae6f1",
            "gambit_id": "82b050fc-c3e4-4003-b1e3-8395753da72b",
            "last_updated": "2023-07-31T18:08:06.833913-04:00",
            "created_at": "2023-07-30T08:18:24.956446-04:00",
            "name": "ARI",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c005422d-c305-40fa-a0c4-1af5ef413db7/?format=api"
        },
        {
            "id": "67141c84-3191-4cee-bdb0-cdd5b95247b5",
            "gambit_id": "e79ad77b-0ee1-4dff-ae04-8368c62f763a",
            "last_updated": "2023-07-31T18:08:06.827990-04:00",
            "created_at": "2023-07-30T08:18:24.951241-04:00",
            "name": "SEA",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c005422d-c305-40fa-a0c4-1af5ef413db7/?format=api"
        }
    ]
}