GET /api/bet_types/b7698a3c-e79b-4a1f-a8a6-5f8d8c22be94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7698a3c-e79b-4a1f-a8a6-5f8d8c22be94",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bcf92cc-80fb-45ad-8638-23a798de01a7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-13T09:11:47.884914-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": "New Orleans Pelicans",
                "amount": 6387.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 3613.0
            }
        ],
        "expected_reward_tokens": 9068.63,
        "profit_sb": 68.63,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "4eeb5c8a-3f7e-499d-8a6b-3d2fac6df572",
            "gambit_id": "16f10634-0685-4ce3-8a53-02956fdb1f92",
            "last_updated": "2023-01-14T12:07:00.484424-05:00",
            "created_at": "2023-01-13T09:11:47.887262-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.42000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7698a3c-e79b-4a1f-a8a6-5f8d8c22be94/?format=api"
        },
        {
            "id": "e0114674-b977-4f25-b771-4b4894129483",
            "gambit_id": "e43f5a8c-8a0f-4c3b-a9c2-451880f16bf2",
            "last_updated": "2023-01-14T12:07:00.481433-05:00",
            "created_at": "2023-01-13T09:11:47.886025-05:00",
            "name": "Detroit Pistons",
            "reward": "2.51000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7698a3c-e79b-4a1f-a8a6-5f8d8c22be94/?format=api"
        }
    ]
}