GET /api/bet_types/7b034cee-6c87-473b-bc0b-aadc3c429c63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b034cee-6c87-473b-bc0b-aadc3c429c63",
    "match": "https://api-prod.gambitprofit.com/api/matches/14fa1dfe-4216-4933-a13b-6671eddb0c22/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:03.013740-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": "Pittsburgh Steelers",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0330d55c-d80a-4bdd-86ea-8cccd88655f6",
            "gambit_id": "6d5eadf0-14a8-40e7-b1e8-0512cbf54901",
            "last_updated": "2023-01-02T12:31:58.491155-05:00",
            "created_at": "2023-01-01T09:22:03.016089-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b034cee-6c87-473b-bc0b-aadc3c429c63/?format=api"
        },
        {
            "id": "6fc4dfb7-6861-4748-9226-b7a42fc38571",
            "gambit_id": "b60b8691-8e41-4d28-afb8-bc70531f11e5",
            "last_updated": "2023-01-02T12:31:58.490058-05:00",
            "created_at": "2023-01-01T09:22:03.014891-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b034cee-6c87-473b-bc0b-aadc3c429c63/?format=api"
        }
    ]
}