GET /api/bet_types/9ffa4337-2925-4a9c-aa20-dbf40abfb768/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ffa4337-2925-4a9c-aa20-dbf40abfb768",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e4f8012-24bf-4283-ab57-8cb4e9403ec1/?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": "Toledo",
                "amount": 5000.0
            },
            {
                "team": "Central Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "140cb1e5-9b0f-4d09-96cd-8004eef59b13",
            "gambit_id": "4482398f-c3b2-4581-b358-8f689627ab98",
            "last_updated": "2022-10-03T09:52:21.807111-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toledo",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffa4337-2925-4a9c-aa20-dbf40abfb768/?format=api"
        },
        {
            "id": "ae176fd9-1eb1-4d5e-aaf2-26aa41be98d8",
            "gambit_id": "53b0e6a9-5bc2-4d32-965f-36df419a8cc4",
            "last_updated": "2022-10-03T09:52:21.808048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ffa4337-2925-4a9c-aa20-dbf40abfb768/?format=api"
        }
    ]
}