GET /api/bet_types/b45cb0b0-ffe7-422e-9ab5-91ae5e14e18e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b45cb0b0-ffe7-422e-9ab5-91ae5e14e18e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8254b49-8eaa-4eed-a7a3-4bb39e8367ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:17.087570-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": "Buffalo Sabres",
                "amount": 5614.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "09197a89-24b2-4d3e-8d59-b9f1fb7cc4a3",
            "gambit_id": "6b3168c3-68f9-4ed4-bb88-6f548c63c858",
            "last_updated": "2023-04-14T12:02:19.132247-04:00",
            "created_at": "2023-04-13T09:32:17.088765-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b45cb0b0-ffe7-422e-9ab5-91ae5e14e18e/?format=api"
        },
        {
            "id": "1b8b57f2-066b-4aaf-9fd3-a8db55fe57fa",
            "gambit_id": "8c5c1ec9-05ce-452d-b075-e7008e4e260f",
            "last_updated": "2023-04-14T12:02:19.133483-04:00",
            "created_at": "2023-04-13T09:32:17.090051-04:00",
            "name": "Ottawa Senators",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b45cb0b0-ffe7-422e-9ab5-91ae5e14e18e/?format=api"
        }
    ]
}