GET /api/bet_types/be87d173-8395-400e-9f01-afb66948a30d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be87d173-8395-400e-9f01-afb66948a30d",
    "match": "https://api-prod.gambitprofit.com/api/matches/722f48fd-9367-4520-8e4a-cde64dee0d9f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Toronto Raptors",
                "amount": 6626.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 3374.0
            }
        ],
        "expected_reward_tokens": 9076.06,
        "profit_sb": 76.06,
        "profit_sb_percentage": 0.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "453862d5-1690-4d9c-bfef-cbfcca9ca5fc",
            "gambit_id": "f10af0dd-c722-4359-8a8e-870fd1ac26c3",
            "last_updated": "2022-12-19T13:26:51.508593-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be87d173-8395-400e-9f01-afb66948a30d/?format=api"
        },
        {
            "id": "516d634b-32fe-4d04-a167-56e2c1c2adec",
            "gambit_id": "8e26c91c-5e2c-4f98-83d0-b6ef8a307674",
            "last_updated": "2022-12-19T13:26:51.509689-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "2.69000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be87d173-8395-400e-9f01-afb66948a30d/?format=api"
        }
    ]
}