GET /api/bet_types/781a8303-d033-417c-8fa8-63852b0609b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "781a8303-d033-417c-8fa8-63852b0609b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d5aea17-d532-4e69-a983-cb38e4efc525/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-10T15:11:59.790813-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": 5213.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbd0ad9d-1778-4a7b-baa6-80b4fc9c6baf",
            "gambit_id": "a3200da9-c85c-4c58-bb1b-4fa0607cbccc",
            "last_updated": "2023-05-11T11:17:10.519215-04:00",
            "created_at": "2023-05-10T15:11:59.793824-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/781a8303-d033-417c-8fa8-63852b0609b1/?format=api"
        },
        {
            "id": "35f92153-a0e7-4e55-99da-564cfb183502",
            "gambit_id": "96895f0e-33d7-4801-b05e-2d017c4a6d40",
            "last_updated": "2023-05-11T11:17:10.517814-04:00",
            "created_at": "2023-05-10T15:11:59.792259-04:00",
            "name": "Florida Panthers",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/781a8303-d033-417c-8fa8-63852b0609b1/?format=api"
        }
    ]
}