GET /api/bet_types/e7f9cb6a-8612-429a-878b-34b293a78cf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7f9cb6a-8612-429a-878b-34b293a78cf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b46985f4-ce76-4d3c-b726-23a9f9e598a8/?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": "Denver Broncos",
                "amount": 5110.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "82d95e6a-2db1-42e8-b6cd-eb81a381fb6f",
            "gambit_id": "c29cc1c6-bd1a-4399-94df-dc1799f13e0f",
            "last_updated": "2022-08-29T11:32:14.882795-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7f9cb6a-8612-429a-878b-34b293a78cf6/?format=api"
        },
        {
            "id": "a1cf68b0-522b-4004-83b9-0e9c78c78033",
            "gambit_id": "697416ff-8d6b-47b3-8d11-163e73f694fa",
            "last_updated": "2022-08-29T11:32:14.883278-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7f9cb6a-8612-429a-878b-34b293a78cf6/?format=api"
        }
    ]
}