GET /api/bet_types/8fa01e7b-2a04-461a-93d5-475f87961f62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fa01e7b-2a04-461a-93d5-475f87961f62",
    "match": "https://api-prod.gambitprofit.com/api/matches/d272428f-4c38-424b-a7ba-17db28fb8a57/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-26T12:37:06.321979-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "df4c34b3-799b-4732-ab35-8583c6968f05",
            "gambit_id": "171ea5ad-2e5e-4d19-a05b-48d1936caf26",
            "last_updated": "2022-12-27T10:32:04.624767-05:00",
            "created_at": "2022-12-26T12:37:06.323149-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa01e7b-2a04-461a-93d5-475f87961f62/?format=api"
        },
        {
            "id": "1005be1f-58b9-446b-8d23-2c0408ee321b",
            "gambit_id": "f010f243-acc5-42af-8bcd-1d3fc437bafc",
            "last_updated": "2022-12-27T10:32:04.625841-05:00",
            "created_at": "2022-12-26T12:37:06.324398-05:00",
            "name": "Miami Heat",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fa01e7b-2a04-461a-93d5-475f87961f62/?format=api"
        }
    ]
}