GET /api/bet_types/3c04086a-c871-43aa-966a-4129dc81aa3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c04086a-c871-43aa-966a-4129dc81aa3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4ed9168-91a3-48c9-b9a9-fba13c7caf04/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-27T08:57:16.668040-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": "Milwaukee Bucks",
                "amount": 6862.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "45a053de-1f3c-4173-ad76-afaa13af52c7",
            "gambit_id": "493dfe7c-888c-44cd-bf33-62e7601b36d6",
            "last_updated": "2023-01-28T19:27:10.228687-05:00",
            "created_at": "2023-01-27T08:57:16.670586-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c04086a-c871-43aa-966a-4129dc81aa3c/?format=api"
        },
        {
            "id": "f4c23e94-0a8c-4063-80d4-ca389cc95bb0",
            "gambit_id": "8aa74630-fc6c-444f-9ae3-1835a17f93d7",
            "last_updated": "2023-01-28T19:27:10.227560-05:00",
            "created_at": "2023-01-27T08:57:16.669334-05:00",
            "name": "Indiana Pacers",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c04086a-c871-43aa-966a-4129dc81aa3c/?format=api"
        }
    ]
}