GET /api/bet_types/1eafb9f3-72d0-4000-a3c7-ceff19c747f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1eafb9f3-72d0-4000-a3c7-ceff19c747f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5242bda-5131-45c4-8fde-a63de0b3b02b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": 7839.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2161.0
            }
        ],
        "expected_reward_tokens": 9249.08,
        "profit_sb": 249.08,
        "profit_sb_percentage": 2.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "a195e14e-fd3a-46a0-9f74-987988d700bb",
            "gambit_id": "4c0818d7-6d7b-4630-b3d6-8e274248cff2",
            "last_updated": "2022-12-12T18:52:22.505524-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eafb9f3-72d0-4000-a3c7-ceff19c747f3/?format=api"
        },
        {
            "id": "83911ce7-5fbb-446a-8429-125940fce7c7",
            "gambit_id": "5fa2dda5-e89a-4841-8bb9-881b7970d9bc",
            "last_updated": "2022-12-12T18:52:22.504304-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "4.28000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eafb9f3-72d0-4000-a3c7-ceff19c747f3/?format=api"
        }
    ]
}