GET /api/bet_types/c8bee8bc-3ad7-4620-9ac3-44071a80951f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8bee8bc-3ad7-4620-9ac3-44071a80951f",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f16bb7c-fde1-43bb-9cf0-63d374b0785b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T09:13:02.998196-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": "Minnesota Vikings",
                "amount": 5214.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "b09a030a-35c2-441b-84c7-bb8eb9a3a71c",
            "gambit_id": "c56631cd-d3f3-41ae-98fb-1b42a3242462",
            "last_updated": "2023-10-24T10:13:13.010324-04:00",
            "created_at": "2023-10-18T09:13:03.009737-04:00",
            "name": "Minnesota Vikings",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8bee8bc-3ad7-4620-9ac3-44071a80951f/?format=api"
        },
        {
            "id": "8a0bfaf6-3274-45d6-a66e-cf39a9d57376",
            "gambit_id": "5a306c7a-8ddf-4a88-84b8-71d82dbf7a31",
            "last_updated": "2023-10-24T10:13:13.006260-04:00",
            "created_at": "2023-10-18T09:13:03.004794-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8bee8bc-3ad7-4620-9ac3-44071a80951f/?format=api"
        }
    ]
}