GET /api/bet_types/34ec7fcc-e57f-4bfc-8a30-d7dc47201d54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34ec7fcc-e57f-4bfc-8a30-d7dc47201d54",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c93fa0d-839d-4663-9570-786d8e86931f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T08:58:05.441414-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": "BOS (J Paxton)",
                "amount": 5170.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "55ad1ab8-c4ac-47b4-8ff3-f90d224feaf8",
            "gambit_id": "5fec1bbf-c11c-435e-9a39-c2bd1f87c023",
            "last_updated": "2023-07-17T10:18:27.669191-04:00",
            "created_at": "2023-07-15T08:58:05.442887-04:00",
            "name": "BOS (J Paxton)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34ec7fcc-e57f-4bfc-8a30-d7dc47201d54/?format=api"
        },
        {
            "id": "07b61c64-3b0c-40ce-a54b-47fe739ccb32",
            "gambit_id": "9274a484-311d-4b65-a2be-4f19061b2599",
            "last_updated": "2023-07-17T10:18:27.670570-04:00",
            "created_at": "2023-07-15T08:58:05.444315-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34ec7fcc-e57f-4bfc-8a30-d7dc47201d54/?format=api"
        }
    ]
}