GET /api/bet_types/f879f17d-2778-4441-b193-9f9d3a18210c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f879f17d-2778-4441-b193-9f9d3a18210c",
    "match": "https://api-prod.gambitprofit.com/api/matches/73203a10-eccb-4d64-8a11-3fcba5bef57e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "New York Rangers",
                "amount": 6691.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3309.0
            }
        ],
        "expected_reward_tokens": 9099.75,
        "profit_sb": 99.75,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "36fc3a62-0e72-4c84-a6b0-0ddd6eaed6fa",
            "gambit_id": "28dda854-4db2-4ff8-96fa-e341949d25a8",
            "last_updated": "2022-12-01T16:27:24.773254-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f879f17d-2778-4441-b193-9f9d3a18210c/?format=api"
        },
        {
            "id": "c082b65e-0162-4b6b-b34c-623717c9d054",
            "gambit_id": "6cb64011-953c-4012-9db8-ccc5e68b613e",
            "last_updated": "2022-12-01T16:27:24.772244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f879f17d-2778-4441-b193-9f9d3a18210c/?format=api"
        }
    ]
}