GET /api/bet_types/682727fb-1259-4fcd-96e2-72f98a16649b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "682727fb-1259-4fcd-96e2-72f98a16649b",
    "match": "https://api-prod.gambitprofit.com/api/matches/07df90c4-3564-451c-a2c7-9b74ab643e7e/?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 Jets",
                "amount": 5097.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "aaaca675-e961-46be-928f-f23cf12d8c1d",
            "gambit_id": "f5ade80c-bb17-407a-9293-ba365bc7e23a",
            "last_updated": "2022-12-05T15:32:06.899377-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/682727fb-1259-4fcd-96e2-72f98a16649b/?format=api"
        },
        {
            "id": "728ddf94-24dc-4d13-8035-ef6b8a6f94d3",
            "gambit_id": "6a2dbf42-fab3-44ba-a5fc-c0c9e3fb7817",
            "last_updated": "2022-12-05T15:32:06.898189-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/682727fb-1259-4fcd-96e2-72f98a16649b/?format=api"
        }
    ]
}