GET /api/bet_types/b5fcac11-151c-40b6-ac4f-759b64247b05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5fcac11-151c-40b6-ac4f-759b64247b05",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bb5b65d-d099-43ee-a0f0-0d2ca6d46453/?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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "New England Patriots",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d88d48e3-1faa-46cd-ae01-bcae4ca9e875",
            "gambit_id": "803010a8-3819-4982-a80e-09fed5a73fbd",
            "last_updated": "2022-12-02T10:12:17.096881-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5fcac11-151c-40b6-ac4f-759b64247b05/?format=api"
        },
        {
            "id": "66a78bbe-31e9-485f-9702-c8a590d0784b",
            "gambit_id": "f40ca4f6-6b07-4e68-81ef-d2b51085abbc",
            "last_updated": "2022-12-02T10:12:17.095877-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5fcac11-151c-40b6-ac4f-759b64247b05/?format=api"
        }
    ]
}