GET /api/bet_types/bf386007-7776-4366-96ee-f843fb0ccb5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf386007-7776-4366-96ee-f843fb0ccb5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/51ab48e9-e837-4fea-9863-e36b005d47c0/?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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Houston Texans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4ac6e445-5133-4d3a-9896-6f1ca8a09f73",
            "gambit_id": "14e2fe92-ea97-46c3-b34e-4fd62b78dc83",
            "last_updated": "2022-10-11T11:56:57.918763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf386007-7776-4366-96ee-f843fb0ccb5b/?format=api"
        },
        {
            "id": "01276475-5a42-47a4-9498-a0dae915ed2b",
            "gambit_id": "732376f8-77e7-4b1d-a9d6-2b688fea0645",
            "last_updated": "2022-10-11T11:56:57.919741-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf386007-7776-4366-96ee-f843fb0ccb5b/?format=api"
        }
    ]
}