GET /api/bet_types/dd43b4c4-1335-4a49-98da-5201543d66ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd43b4c4-1335-4a49-98da-5201543d66ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c778545-30c8-4334-8199-f8e6ba176bb2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:07.120997-05: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": "Baltimore Ravens",
                "amount": 6390.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "34977fc0-8c9f-4791-9895-5293b78c34e7",
            "gambit_id": "6b579430-1ae0-467a-97f1-f7f5a1795aba",
            "last_updated": "2023-11-17T12:53:13.722452-05:00",
            "created_at": "2023-11-16T09:28:07.130572-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd43b4c4-1335-4a49-98da-5201543d66ad/?format=api"
        },
        {
            "id": "af14e8a2-98a1-4b43-8c05-b4becd918d03",
            "gambit_id": "598e4738-ebf3-4506-86c6-a2fcbe935dc5",
            "last_updated": "2023-11-17T12:53:13.719279-05:00",
            "created_at": "2023-11-16T09:28:07.124709-05:00",
            "name": "Cincinnati Bengals",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd43b4c4-1335-4a49-98da-5201543d66ad/?format=api"
        }
    ]
}