GET /api/bet_types/b7a43d3f-b11b-435f-8cb2-5d33a3cbdcb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7a43d3f-b11b-435f-8cb2-5d33a3cbdcb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3329e77-944d-4829-bd51-6d1bb3eb4750/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:41:57.239609-05: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": "Brooklyn Nets",
                "amount": 6864.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0db2650-57c7-499f-a324-27e615712184",
            "gambit_id": "2c19323a-4b75-4dca-bbcf-06034b4381e9",
            "last_updated": "2023-03-08T09:31:57.017658-05:00",
            "created_at": "2023-03-07T09:41:57.242597-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a43d3f-b11b-435f-8cb2-5d33a3cbdcb7/?format=api"
        },
        {
            "id": "83d49463-854d-4b85-8522-64342b86a1e7",
            "gambit_id": "7724d724-5693-4329-9b2a-49ee276d0401",
            "last_updated": "2023-03-08T09:31:57.016515-05:00",
            "created_at": "2023-03-07T09:41:57.240933-05:00",
            "name": "Houston Rockets",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7a43d3f-b11b-435f-8cb2-5d33a3cbdcb7/?format=api"
        }
    ]
}