GET /api/bet_types/9f767ff6-4b07-4ef6-b5b3-847cf6f0e394/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f767ff6-4b07-4ef6-b5b3-847cf6f0e394",
    "match": "https://api-prod.gambitprofit.com/api/matches/93e3fb64-2e6e-4ec8-b167-5c153f93fdd3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T11:22:01.652781-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": "Calgary Flames",
                "amount": 6399.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e431524-13bf-4dee-93de-3f6e36e73155",
            "gambit_id": "dd150ec7-243b-4a3f-9c4e-b0eb157cf603",
            "last_updated": "2023-04-11T14:02:13.080920-04:00",
            "created_at": "2023-04-10T11:22:01.654273-04:00",
            "name": "Calgary Flames",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f767ff6-4b07-4ef6-b5b3-847cf6f0e394/?format=api"
        },
        {
            "id": "0619078b-a265-4335-9906-caef393b26cd",
            "gambit_id": "0fc74784-f4c9-4155-a101-fe81db5fa870",
            "last_updated": "2023-04-11T14:02:13.088487-04:00",
            "created_at": "2023-04-10T11:22:01.656078-04:00",
            "name": "Nashville Predators",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f767ff6-4b07-4ef6-b5b3-847cf6f0e394/?format=api"
        }
    ]
}