GET /api/bet_types/6c86fd4f-5430-4a4a-8fbb-18317c5059d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c86fd4f-5430-4a4a-8fbb-18317c5059d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6abb9ddd-6f8b-4fad-a2ed-e9c54c728aa5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-20T09:48:10.467404-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": "Minnesota Timberwolves",
                "amount": 5602.0
            },
            {
                "team": "New York Knicks",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d7150ce-c9d3-4882-ba1d-d6e22ec0a295",
            "gambit_id": "80f31a8d-5c29-4bc2-9ef7-063d8d699b35",
            "last_updated": "2023-11-21T14:23:20.468016-05:00",
            "created_at": "2023-11-20T09:48:10.476314-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c86fd4f-5430-4a4a-8fbb-18317c5059d8/?format=api"
        },
        {
            "id": "e02b28e2-4b60-4c19-8319-d29ba11fc8eb",
            "gambit_id": "88bf7484-a847-414f-81a0-a5e1ab01b7e9",
            "last_updated": "2023-11-21T14:23:20.461958-05:00",
            "created_at": "2023-11-20T09:48:10.470987-05:00",
            "name": "New York Knicks",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c86fd4f-5430-4a4a-8fbb-18317c5059d8/?format=api"
        }
    ]
}