GET /api/bet_types/bc2d56bb-ddc2-4f15-9495-16240caf95d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc2d56bb-ddc2-4f15-9495-16240caf95d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5094736-6aea-4de9-a288-0f621f7f5cc8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:08.280164-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": "Houston Texans",
                "amount": 5214.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "6585bfce-5263-40e9-9f3a-ce028ce2f8a2",
            "gambit_id": "4152ecf5-32a7-4dbb-926a-030ba499fa84",
            "last_updated": "2023-11-06T21:13:19.573874-05:00",
            "created_at": "2023-11-02T09:03:08.295337-04:00",
            "name": "Houston Texans",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc2d56bb-ddc2-4f15-9495-16240caf95d5/?format=api"
        },
        {
            "id": "ad45ff73-8e6f-4b66-a59c-132021208ce2",
            "gambit_id": "dd92ee67-617c-4f26-a2d6-6770b9405907",
            "last_updated": "2023-11-06T21:13:19.570295-05:00",
            "created_at": "2023-11-02T09:03:08.287669-04:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc2d56bb-ddc2-4f15-9495-16240caf95d5/?format=api"
        }
    ]
}