GET /api/bet_types/25a0768d-31ce-454b-ac5d-584cca19b874/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25a0768d-31ce-454b-ac5d-584cca19b874",
    "match": "https://api-prod.gambitprofit.com/api/matches/670b59c0-484e-441e-892b-6c174d5871f3/?format=api",
    "name": "Pick the Winner",
    "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": "SDG (B Snell)",
                "amount": 6975.0
            },
            {
                "team": "WAS (P Espino)",
                "amount": 3025.0
            }
        ],
        "expected_reward_tokens": 9346.5,
        "profit_sb": 346.5,
        "profit_sb_percentage": 3.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bc26c77-cbca-43ba-b2ea-0d7260d23d6b",
            "gambit_id": "415e341b-92fc-45d6-98b8-fb4cfa4579f1",
            "last_updated": "2022-08-15T14:22:17.926026-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (B Snell)",
            "reward": "1.34000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25a0768d-31ce-454b-ac5d-584cca19b874/?format=api"
        },
        {
            "id": "ab8ad965-0907-4f77-a1d6-a9e3871b4a38",
            "gambit_id": "aab7d231-1dc2-42af-9d15-ba857f7d0396",
            "last_updated": "2022-08-15T14:22:17.925565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Espino)",
            "reward": "3.09000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25a0768d-31ce-454b-ac5d-584cca19b874/?format=api"
        }
    ]
}