GET /api/bet_types/f572961d-f558-4612-8f53-6645f6814644/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f572961d-f558-4612-8f53-6645f6814644",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5092045-b640-4e29-8ffb-f2bbdc009515/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-07T08:28:00.777700-04: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": "PHI (R Suarez)",
                "amount": 6643.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "58e094de-23e2-467e-968d-8c00d8bd713f",
            "gambit_id": "dba6536a-f6e5-418c-8324-f9dc0a441072",
            "last_updated": "2023-08-14T18:38:01.015984-04:00",
            "created_at": "2023-08-07T08:28:00.800849-04:00",
            "name": "PHI (R Suarez)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f572961d-f558-4612-8f53-6645f6814644/?format=api"
        },
        {
            "id": "e81afceb-e134-496a-9d2e-e8b1fe04bc14",
            "gambit_id": "eccd2893-76b4-4725-8b48-e3bb7f066af0",
            "last_updated": "2023-08-14T18:38:01.009036-04:00",
            "created_at": "2023-08-07T08:28:00.793452-04:00",
            "name": "WAS (T Williams)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f572961d-f558-4612-8f53-6645f6814644/?format=api"
        }
    ]
}