GET /api/bet_types/7a0042fe-dd59-46df-b677-f23faffdff0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a0042fe-dd59-46df-b677-f23faffdff0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b492891b-c608-4e9e-92ae-4f0ddcaf3d83/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-11T13:03:03.226127-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": "LOS (C Ferguson)",
                "amount": 5527.0
            },
            {
                "team": "PHI (T Walker)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "d3f86bd0-1555-4ad2-b33b-79c1cd0d139c",
            "gambit_id": "e437c005-4bdb-43d9-95c7-6d5d0fdcd502",
            "last_updated": "2023-06-12T18:48:19.249319-04:00",
            "created_at": "2023-06-11T13:03:03.228292-04:00",
            "name": "LOS (C Ferguson)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a0042fe-dd59-46df-b677-f23faffdff0c/?format=api"
        },
        {
            "id": "fcc032c1-3040-4e5b-9118-27c72fe0961e",
            "gambit_id": "333a29f3-6e87-4e25-a609-c64177c2afcf",
            "last_updated": "2023-06-12T18:48:19.251597-04:00",
            "created_at": "2023-06-11T13:03:03.230405-04:00",
            "name": "PHI (T Walker)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a0042fe-dd59-46df-b677-f23faffdff0c/?format=api"
        }
    ]
}