GET /api/bet_types/0cd285a0-c0aa-4a79-b2db-0e0ac4c3f666/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0cd285a0-c0aa-4a79-b2db-0e0ac4c3f666",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2667a62-10be-41ec-be23-c67572cd17cd/?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": "Detroit Lions",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1908fefd-e2ee-4d78-b09c-e6ed1d1d6d10",
            "gambit_id": "7622735c-4144-44e9-b21c-87320baada48",
            "last_updated": "2022-11-25T09:37:07.206667-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd285a0-c0aa-4a79-b2db-0e0ac4c3f666/?format=api"
        },
        {
            "id": "1ea0ed21-2540-436a-9f42-596ec8ed2a01",
            "gambit_id": "8e37329d-ddc4-4ea1-be25-5c694a927ccf",
            "last_updated": "2022-11-25T09:37:07.207764-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0cd285a0-c0aa-4a79-b2db-0e0ac4c3f666/?format=api"
        }
    ]
}