GET /api/bet_types/f8bd732a-8844-417b-b5b9-685594a2d53a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8bd732a-8844-417b-b5b9-685594a2d53a",
    "match": "https://api-prod.gambitprofit.com/api/matches/430381a9-2468-4f4b-b1ff-730673015b12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:12.341584-04: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": 5867.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "b5c53489-0c9f-4df4-b871-9707c598b76c",
            "gambit_id": "1132595c-622c-401a-b8a8-5fe6868cae46",
            "last_updated": "2023-04-10T14:42:11.451796-04:00",
            "created_at": "2023-04-09T09:27:12.345076-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8bd732a-8844-417b-b5b9-685594a2d53a/?format=api"
        },
        {
            "id": "a99d6007-0533-4a3c-82c3-7e8c8deb98c6",
            "gambit_id": "e888be6c-dbff-4d21-97e3-24162f576993",
            "last_updated": "2023-04-10T14:42:11.453704-04:00",
            "created_at": "2023-04-09T09:27:12.347674-04:00",
            "name": "New Orleans Pelicans",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8bd732a-8844-417b-b5b9-685594a2d53a/?format=api"
        }
    ]
}