GET /api/bet_types/e7fbab6c-4bbc-4b20-b885-36c9d4596f00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7fbab6c-4bbc-4b20-b885-36c9d4596f00",
    "match": "https://api-prod.gambitprofit.com/api/matches/44fcbfd1-161b-45f7-8e7c-c0cdedcaf90c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-31T10:23:04.287092-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": "CHC (M Stroman)",
                "amount": 5541.0
            },
            {
                "team": "CIN (A Abbott)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "74c36f16-a654-4941-a9fa-617b4394d36f",
            "gambit_id": "b92930f5-c4a6-4d18-8aef-83a2dce6cc25",
            "last_updated": "2023-08-01T11:03:23.312724-04:00",
            "created_at": "2023-07-31T10:23:04.297791-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7fbab6c-4bbc-4b20-b885-36c9d4596f00/?format=api"
        },
        {
            "id": "136c3c24-74bb-4e6c-9b7a-887860dbcbf5",
            "gambit_id": "18c32d02-2e95-436f-99f3-b0cf937db612",
            "last_updated": "2023-08-01T11:03:23.309130-04:00",
            "created_at": "2023-07-31T10:23:04.292373-04:00",
            "name": "CIN (A Abbott)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7fbab6c-4bbc-4b20-b885-36c9d4596f00/?format=api"
        }
    ]
}