GET /api/bet_types/67a8eb83-817c-4c0b-b593-3d1b82d3e070/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67a8eb83-817c-4c0b-b593-3d1b82d3e070",
    "match": "https://api-prod.gambitprofit.com/api/matches/c12b4ae9-cbda-4b2e-b98e-c9237a719cd9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T08:11:49.243492-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": "Seattle Sea Dragons",
                "amount": 5317.0
            },
            {
                "team": "DC Defenders",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "e19e13c3-f645-4dd2-9bde-faf173fbc461",
            "gambit_id": "57aaf46d-71e6-4994-99dc-4ab8161a2819",
            "last_updated": "2023-04-10T15:02:09.903572-04:00",
            "created_at": "2023-04-09T08:11:49.246101-04:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67a8eb83-817c-4c0b-b593-3d1b82d3e070/?format=api"
        },
        {
            "id": "d24b2c6d-2085-4267-8e8e-9203be99b91b",
            "gambit_id": "2523e5f4-7394-4fd6-9c26-0608b8eaae3e",
            "last_updated": "2023-04-10T15:02:09.906437-04:00",
            "created_at": "2023-04-09T08:11:49.248797-04:00",
            "name": "DC Defenders",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67a8eb83-817c-4c0b-b593-3d1b82d3e070/?format=api"
        }
    ]
}