GET /api/bet_types/791e802e-b480-4c27-b65e-115edb2ad83e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "791e802e-b480-4c27-b65e-115edb2ad83e",
    "match": "https://api-prod.gambitprofit.com/api/matches/46fbb04b-7dc9-46cd-bdc0-83acf1cef305/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-26T09:18:17.335537-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": "BAL",
                "amount": 6390.0
            },
            {
                "team": "PHI",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "e16bc0e5-1e83-48db-9bf5-cc0b4cc18d59",
            "gambit_id": "31be9196-3fca-4361-af3e-c76230274f85",
            "last_updated": "2023-07-27T19:13:28.249963-04:00",
            "created_at": "2023-07-26T09:18:17.339365-04:00",
            "name": "BAL",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/791e802e-b480-4c27-b65e-115edb2ad83e/?format=api"
        },
        {
            "id": "70743a49-356e-4636-962a-7fc51bb08afa",
            "gambit_id": "31e4aed6-10cc-4955-8ec7-f50fec26744f",
            "last_updated": "2023-07-27T19:13:28.253597-04:00",
            "created_at": "2023-07-26T09:18:17.343986-04:00",
            "name": "PHI",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/791e802e-b480-4c27-b65e-115edb2ad83e/?format=api"
        }
    ]
}