GET /api/bet_types/5b36bd6d-29c9-4691-bb1a-e4ec275921be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b36bd6d-29c9-4691-bb1a-e4ec275921be",
    "match": "https://api-prod.gambitprofit.com/api/matches/8222d360-16b0-4118-bcb9-004d0e2a5681/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:18:08.842702-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": "Green Bay Packers",
                "amount": 6759.0
            },
            {
                "team": "New York Giants",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "f97efca3-a6e7-4c03-be21-dbd310cef01d",
            "gambit_id": "3987210b-de03-416b-a3f0-392262450cd0",
            "last_updated": "2023-12-12T20:58:08.632402-05:00",
            "created_at": "2023-12-06T09:18:08.846415-05:00",
            "name": "Green Bay Packers",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b36bd6d-29c9-4691-bb1a-e4ec275921be/?format=api"
        },
        {
            "id": "3c03629b-834e-405c-93e3-2ef363be1844",
            "gambit_id": "86a16444-6b97-4a0d-929b-37fd3c0eadb7",
            "last_updated": "2023-12-12T20:58:08.635841-05:00",
            "created_at": "2023-12-06T09:18:08.851083-05:00",
            "name": "New York Giants",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b36bd6d-29c9-4691-bb1a-e4ec275921be/?format=api"
        }
    ]
}