GET /api/bet_types/1822628f-d047-4e2d-8ece-cafbb09bd709/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1822628f-d047-4e2d-8ece-cafbb09bd709",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bca0ce6-5657-4533-90db-a01cc8fcdaaf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-25T11:41:55.266824-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 (N Syndergaard)",
                "amount": 5182.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 4818.0
            }
        ],
        "expected_reward_tokens": 9586.7,
        "profit_sb": 86.7,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d4c4e90-f595-46ca-abf7-d11b2f62d12f",
            "gambit_id": "61878740-b996-4502-8f89-5a2cd7faa889",
            "last_updated": "2023-04-26T20:37:16.206813-04:00",
            "created_at": "2023-04-25T11:41:55.271251-04:00",
            "name": "LOS (N Syndergaard)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1822628f-d047-4e2d-8ece-cafbb09bd709/?format=api"
        },
        {
            "id": "986d13d8-ddd6-4dc7-b3d9-fc582229c460",
            "gambit_id": "50ada112-c24a-4ae2-aacc-35587cf345ac",
            "last_updated": "2023-04-26T20:37:16.205408-04:00",
            "created_at": "2023-04-25T11:41:55.268790-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "1.99000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1822628f-d047-4e2d-8ece-cafbb09bd709/?format=api"
        }
    ]
}