GET /api/bet_types/3efed895-2a37-4ebf-a301-fd8681be81b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3efed895-2a37-4ebf-a301-fd8681be81b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/519fbadd-979b-4541-91aa-3bcce6551b2f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T10:27:05.480484-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": "Vancouver Canucks",
                "amount": 5773.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "df488187-11b6-4cd3-a482-430dcd1dc18a",
            "gambit_id": "921f9999-d329-4cc5-a743-e635b9dc520c",
            "last_updated": "2023-04-13T11:17:15.114739-04:00",
            "created_at": "2023-04-11T10:27:05.485252-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3efed895-2a37-4ebf-a301-fd8681be81b0/?format=api"
        },
        {
            "id": "588ea832-3e59-4235-8570-af7df3fa32c7",
            "gambit_id": "61be7569-c220-4b6c-87a4-9f0efd376732",
            "last_updated": "2023-04-13T11:17:15.113395-04:00",
            "created_at": "2023-04-11T10:27:05.482826-04:00",
            "name": "Anaheim Ducks",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3efed895-2a37-4ebf-a301-fd8681be81b0/?format=api"
        }
    ]
}