GET /api/bet_types/da3eb870-24ad-414c-bb56-f4e76a587162/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da3eb870-24ad-414c-bb56-f4e76a587162",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f8aa3c2-d61c-4e6b-8b33-778bd7f24ebd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-27T11:52:01.873362-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": "MIN (T Mahle)",
                "amount": 6557.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba8fef75-2dc4-4b3b-8f18-c5568b336087",
            "gambit_id": "4d8a35e3-7d59-4b80-aaa8-56bcad172767",
            "last_updated": "2023-04-28T11:22:24.300249-04:00",
            "created_at": "2023-04-27T11:52:01.875318-04:00",
            "name": "MIN (T Mahle)",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da3eb870-24ad-414c-bb56-f4e76a587162/?format=api"
        },
        {
            "id": "e3d0b591-a48d-4e57-bdb9-4de7f3ad359d",
            "gambit_id": "4777919b-f8e7-4045-a39c-544e37b2ccf7",
            "last_updated": "2023-04-28T11:22:24.301699-04:00",
            "created_at": "2023-04-27T11:52:01.877470-04:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da3eb870-24ad-414c-bb56-f4e76a587162/?format=api"
        }
    ]
}