GET /api/bet_types/3ca9a2cd-9f15-4556-abdf-b12760c1d695/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ca9a2cd-9f15-4556-abdf-b12760c1d695",
    "match": "https://api-prod.gambitprofit.com/api/matches/78afca9a-4ce3-4cd2-9d64-811961ff2e12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:14.454379-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": "Toronto Maple Leafs",
                "amount": 7722.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2278.0
            }
        ],
        "expected_reward_tokens": 9498.06,
        "profit_sb": -1.94,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "656ac87e-2a90-4c78-afa7-de0027ef4045",
            "gambit_id": "d4fbb06f-b66a-41f5-924c-67097f3db9b2",
            "last_updated": "2023-04-05T22:52:08.464167-04:00",
            "created_at": "2023-04-04T09:32:14.455914-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca9a2cd-9f15-4556-abdf-b12760c1d695/?format=api"
        },
        {
            "id": "03302c60-1339-497c-be26-261071590b72",
            "gambit_id": "ae49cdae-3412-41da-b8d5-77d9bb1621d5",
            "last_updated": "2023-04-05T22:52:08.466645-04:00",
            "created_at": "2023-04-04T09:32:14.457355-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "4.17000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ca9a2cd-9f15-4556-abdf-b12760c1d695/?format=api"
        }
    ]
}