GET /api/bet_types/0b37519e-019e-46f4-8bd1-54ae83b60aeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b37519e-019e-46f4-8bd1-54ae83b60aeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/be3b6eba-3472-4928-b8f2-8b19aa2c1ae3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-08T08:57:07.849940-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": "Boston Celtics",
                "amount": 7828.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2172.0
            }
        ],
        "expected_reward_tokens": 9469.92,
        "profit_sb": -30.08,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce476be2-c137-45f3-9bb0-ed24168bdd1a",
            "gambit_id": "c39f47ec-3bbb-4fe6-a8a7-37467071d212",
            "last_updated": "2023-03-09T09:52:06.573620-05:00",
            "created_at": "2023-03-08T08:57:07.851356-05:00",
            "name": "Boston Celtics",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b37519e-019e-46f4-8bd1-54ae83b60aeb/?format=api"
        },
        {
            "id": "80b7afb3-45b2-406b-95da-1941b6ec8d52",
            "gambit_id": "4189d6e7-7852-427e-b4de-eb6ab28c7e22",
            "last_updated": "2023-03-09T09:52:06.574731-05:00",
            "created_at": "2023-03-08T08:57:07.852794-05:00",
            "name": "Portland Trail Blazers",
            "reward": "4.36000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b37519e-019e-46f4-8bd1-54ae83b60aeb/?format=api"
        }
    ]
}