GET /api/bet_types/85bec847-0687-4e35-83eb-3fe5e5c5f52d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85bec847-0687-4e35-83eb-3fe5e5c5f52d",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c40f08e-689b-47da-91de-8db98cf6f343/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T08:58:05.844585-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": "TEX (A Heaney)",
                "amount": 5980.0
            },
            {
                "team": "CLE (G Williams)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "9d684e77-9d0d-4b0e-a0fb-27f46af68667",
            "gambit_id": "daefb518-ca61-40e2-97b1-29545a7dd1ed",
            "last_updated": "2023-07-17T10:18:27.456293-04:00",
            "created_at": "2023-07-15T08:58:05.847932-04:00",
            "name": "TEX (A Heaney)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85bec847-0687-4e35-83eb-3fe5e5c5f52d/?format=api"
        },
        {
            "id": "c185f171-1132-4fe6-887c-929524e10731",
            "gambit_id": "0c2b573c-9831-4e15-8f9e-3aa60ade0785",
            "last_updated": "2023-07-17T10:18:27.454937-04:00",
            "created_at": "2023-07-15T08:58:05.846128-04:00",
            "name": "CLE (G Williams)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85bec847-0687-4e35-83eb-3fe5e5c5f52d/?format=api"
        }
    ]
}