GET /api/bet_types/80c69298-7e8c-4db6-8044-bd6babb3fef5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80c69298-7e8c-4db6-8044-bd6babb3fef5",
    "match": "https://api-prod.gambitprofit.com/api/matches/aec8e9d6-f2ea-4505-b1f7-5d5d3781c153/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-16T12:17:25.063574-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": "NYM (J Butto)",
                "amount": 5827.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2e8baa0-af8b-4ede-8e6d-3ffbf1c73d44",
            "gambit_id": "de41f061-cd19-4beb-b7cf-9b19379a0085",
            "last_updated": "2023-04-18T12:12:08.645925-04:00",
            "created_at": "2023-04-16T12:17:25.069530-04:00",
            "name": "NYM (J Butto)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c69298-7e8c-4db6-8044-bd6babb3fef5/?format=api"
        },
        {
            "id": "c18af4f6-f745-4c3d-8650-a6d73c653391",
            "gambit_id": "91a104f0-c0de-4bc4-8ad2-cb60a5f5377f",
            "last_updated": "2023-04-18T12:12:08.644210-04:00",
            "created_at": "2023-04-16T12:17:25.066623-04:00",
            "name": "OAK (J Sears)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80c69298-7e8c-4db6-8044-bd6babb3fef5/?format=api"
        }
    ]
}